project init

This commit is contained in:
2023-08-31 14:10:25 +02:00
parent 64d8a6df86
commit d8ccec4374
16 changed files with 1834 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"]
}