12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"typeRoots": ["./node_modules/@types", "./app/types"]
|
|
}
|
|
// "vueCompilerOptions": {
|
|
// "globalTypesPath": "./node_modules/.vue-global-types"
|
|
// }
|
|
}
|