️ Added Vite config and removed useless files

This commit is contained in:
2023-02-14 22:28:06 -05:00
parent 8fb6118b50
commit 0b0f4681d4
6 changed files with 588 additions and 1153 deletions

View File

@@ -14,6 +14,7 @@
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
"baseUrl": ".",
"esModuleInterop": true,
"isolatedModules": true,
"strict": true
},
"settings": {