Add auto import svg as icon

This commit is contained in:
2023-08-31 23:10:27 +08:00
parent ff803e579e
commit 999e3fdccc
5 changed files with 944 additions and 58 deletions

View File

@@ -22,7 +22,9 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"types": ["unplugin-icons/types/react"]
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]