feat: React tabanli yönetim panelini ekle

This commit is contained in:
2026-03-21 11:53:12 +03:00
parent 62add37d9d
commit d07bc365f5
11 changed files with 2590 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}