first commit

This commit is contained in:
Haruki
2023-08-21 10:25:27 +09:00
commit 40014c5a6a
37 changed files with 3480 additions and 0 deletions

View File

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