next/tsconfig.json

14 lines
335 B
JSON
Raw Normal View History

2023-09-23 15:58:51 -04:00
{
"extends": "./.nuxt/tsconfig.json",
// https://nuxt.com/docs/guide/concepts/typescript
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"noImplicitAny": false,
"noImplicitThis": false,
"verbatimModuleSyntax": false,
"forceConsistentCasingInFileNames": false,
"allowSyntheticDefaultImports": true
},
2023-09-23 15:58:51 -04:00
}