tsconfig优化
This commit is contained in:
parent
8b8c3c3405
commit
4a4577dc9d
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
|
"exclude": ["node_modules"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"noImplicitAny": true,
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"downlevelIteration":true,
|
"downlevelIteration": true,
|
||||||
"outDir": "dist/compiled",
|
"outDir": "dist/compiled",
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
@ -18,8 +20,7 @@
|
|||||||
"@/*": ["src/*"],
|
"@/*": ["src/*"],
|
||||||
"/@/*": ["src/*"],
|
"/@/*": ["src/*"],
|
||||||
"vue": ["node_modules/vue"],
|
"vue": ["node_modules/vue"],
|
||||||
"tslib" : ["node_modules/tslib/tslib.d.ts"]
|
"tslib": ["node_modules/tslib/tslib.d.ts"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user