wip: Upgrade ant-design-vue 3.0

This commit is contained in:
vben
2021-11-10 22:12:10 +08:00
parent 3b3f6c903a
commit 3fcfac1f37
43 changed files with 1133 additions and 862 deletions

View File

@@ -4,6 +4,7 @@
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
@@ -17,10 +18,9 @@
"noUnusedParameters": true,
"experimentalDecorators": true,
"lib": ["dom", "esnext"],
"types": ["vite/client", "jest"],
"typeRoots": ["./node_modules/@types/", "./types"],
"noImplicitAny": false,
"skipLibCheck": true,
"removeComments": true,
"paths": {
"/@/*": ["src/*"],
"/#/*": ["types/*"]