mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
6 lines
116 B
JSON
6 lines
116 B
JSON
{
|
|
"extends": "../.nuxt/tsconfig.server.json",
|
|
"compilerOptions": {
|
|
"exactOptionalPropertyTypes": true
|
|
}
|
|
}
|