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