Initial commit

This commit is contained in:
2026-05-09 01:16:30 +03:00
commit eed5f39a10
32 changed files with 10267 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": false
},
"include": ["vite.config.ts"]
}