update
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
// https://nuxt.com/docs/guide/concepts/typescript
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"vueCompilerOptions": {
|
||||
"globalTypesPath": "./node_modules/.vue-global-types"
|
||||
"compilerOptions": {
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": ["./node_modules/@types", "./app/types"]
|
||||
}
|
||||
// "vueCompilerOptions": {
|
||||
// "globalTypesPath": "./node_modules/.vue-global-types"
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user