This commit is contained in:
2025-11-06 01:40:00 +01:00
parent de5f54f4bc
commit 602c5a40f1
108 changed files with 9859 additions and 1382 deletions

View File

@@ -15,6 +15,7 @@
/* Linting */
"strict": true,
"noImplicitAny": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
@@ -22,4 +23,4 @@
"noUncheckedSideEffectImports": true
},
"include": ["vite.config.ts"]
}
}