mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
7 lines
116 B
JSON
7 lines
116 B
JSON
{
|
|
"extends": "../.nuxt/tsconfig.server.json",
|
|
"compilerOptions": {
|
|
"exactOptionalPropertyTypes": true
|
|
}
|
|
}
|