|
|
@ -6,6 +6,7 @@
|
|
|
|
"ant-design-vue/es/*": ["components/*"]
|
|
|
|
"ant-design-vue/es/*": ["components/*"]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"strictNullChecks": false,
|
|
|
|
"strictNullChecks": false,
|
|
|
|
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
@ -13,6 +14,7 @@
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
|
|
|
|
"module": "esnext",
|
|
|
|
"target": "es6",
|
|
|
|
"target": "es6",
|
|
|
|
"lib": ["dom", "es2017"],
|
|
|
|
"lib": ["dom", "es2017"],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|