chore: fix project errors

This commit is contained in:
2026-02-12 18:48:18 -03:00
parent 5c856300cd
commit 3f89eca586
4 changed files with 27 additions and 17 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"types": ["vite/client"]
},
"include": ["src"]
}