Add auto import react and antd
This commit is contained in:
@@ -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" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user