initial commit

This commit is contained in:
DecDuck
2024-10-06 01:10:57 +10:00
commit 8e87ad7631
42 changed files with 5528 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}