配置修改
parent
38a3740478
commit
4d552fa3e2
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"strict": true,
|
"importHelpers": true,
|
||||||
"forceConsistentCasingInFileNames":true,
|
"strict": true,
|
||||||
"outDir": "dist/compiled",
|
"forceConsistentCasingInFileNames": true,
|
||||||
"allowJs": true,
|
"outDir": "dist/compiled",
|
||||||
"lib": ["es2017"],
|
"baseUrl": "./",
|
||||||
"baseUrl": "./",
|
"allowSyntheticDefaultImports": true,
|
||||||
"paths": {
|
"allowJs": true,
|
||||||
"@": [
|
"jsx": "preserve",
|
||||||
"src"
|
"moduleResolution": "node",
|
||||||
],
|
"module": "ES2022",
|
||||||
"@/*": [
|
"lib": ["ES2020", "dom"],
|
||||||
"src/*"
|
"declaration": true,
|
||||||
],
|
"paths": {
|
||||||
"vue": ["node_modules/vue"]
|
"@": ["src"],
|
||||||
},
|
"@/*": ["src/*"],
|
||||||
|
"/@/*": ["src/*"],
|
||||||
|
"vue": ["node_modules/vue"],
|
||||||
|
"tslib" : ["node_modules/tslib/tslib.d.ts"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue