build: eb8f08f0-e41a-4086-9130-c5af05b58ec7

This commit is contained in:
AppCakes
2026-06-15 09:03:51 +00:00
commit fc0dbd735d
110 changed files with 10424 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}