开始设计业绩组件。
This commit is contained in:
@@ -9,20 +9,21 @@
|
||||
*/
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"useDefineForClassFields": true,
|
||||
"module": "ES2015",
|
||||
"target": "ES6",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"esModuleInterop": false,
|
||||
"baseUrl": "./", // paths 路径解析起点
|
||||
"paths": {
|
||||
"paths": { // 别名路径设置
|
||||
"@/*": [
|
||||
"src/*"
|
||||
] // 别名路径设置
|
||||
],
|
||||
},
|
||||
"lib": [
|
||||
"esnext",
|
||||
@@ -37,5 +38,7 @@
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue",
|
||||
"*.d.ts",
|
||||
"src/router/index.js",
|
||||
"src/router/index.js",
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user