build: 3d326e8d-e3da-4f61-941d-6fd836a5b391

This commit is contained in:
AppCakes
2026-06-01 11:48:20 +00:00
commit 4c09b353ee
109 changed files with 6872 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}