mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-26 22:43:39 +10:00
9 lines
202 B
JSON
9 lines
202 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"exactOptionalPropertyTypes": false,
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
}
|