fix: icon library resolution (#74)

This commit is contained in:
Razboy20
2024-02-03 14:21:25 -06:00
committed by doprz
parent 52e34cb830
commit bb3b313fd2
8 changed files with 209 additions and 49 deletions

View File

@@ -16,6 +16,7 @@
"moduleResolution": "node",
"types": [
"vite/client",
"unplugin-icons/types/react",
"node"
],
"noFallthroughCasesInSwitch": true,