initial commit

This commit is contained in:
Mykyta Slobodianiuk
2026-06-02 18:10:09 +03:00
parent 34122811dd
commit 0003919f4c
25 changed files with 298 additions and 63 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitAny": false,
"allowJs": true
"allowJs": true,
"types": ["vite/client"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "templateLibs", "build", "zip"]