Init project

This commit is contained in:
2023-10-17 11:09:22 +07:00
parent abbcbcd8da
commit 3dbdf51b64
18 changed files with 2541 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}