Add auto import react and antd

This commit is contained in:
2023-09-01 22:39:19 +08:00
parent 7cedf04d92
commit e71dec551e
12 changed files with 526 additions and 78 deletions

View File

@@ -2,7 +2,6 @@
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"baseUrl": ".",
@@ -26,6 +25,6 @@
"types": ["unplugin-icons/types/react"]
},
"include": ["src"],
"include": ["src", "auto-imports.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}