Update tsconfig

This commit is contained in:
wangchao 2022-06-04 15:16:56 +08:00
parent 0a933bb155
commit 70f9cf1498
1 changed files with 3 additions and 4 deletions

View File

@ -10,6 +10,7 @@
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": ["webpack-env"],
"paths": {
"@/*": ["src/*"]
},
@ -23,11 +24,9 @@
"importsNotUsedAsValues": "preserve"
},
"include": [
"src/App.vue",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
"src/**/*.vue"
]
}