next/tsconfig.json

10 lines
174 B
JSON
Raw Normal View History

2023-09-23 15:58:51 -04:00
{
// https://nuxt.com/docs/guide/concepts/typescript
2023-09-25 19:55:31 -04:00
"compilerOptions": {
"allowJs": true,
"noImplicitAny": false
},
"extends": "./.nuxt/tsconfig.json",
2023-09-23 15:58:51 -04:00
}