initialize repository

This commit is contained in:
2024-01-10 12:59:58 +07:00
parent 9337004961
commit 94675f015c
94 changed files with 7027 additions and 4160 deletions

View File

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