update vite, add analyzer

This commit is contained in:
Samuel Newman
2026-05-13 13:39:46 +03:00
parent 7cb3499c2a
commit de99bc2cc5
4 changed files with 417 additions and 656 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES5",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"target": "ES2015",
"lib": ["DOM", "ESNext"],
"strict": true,
"outDir": "dist"
},