11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": false,
|
|
"verbatimModuleSyntax": false
|
|
}
|
|
}
|