feat: migrate to vite

This commit is contained in:
karishmas6
2024-10-24 22:23:41 +05:30
parent c7b704800b
commit d8c46297d3
4 changed files with 46 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,