This commit is contained in:
josc146
2023-05-03 23:38:54 +08:00
commit 02b9fd8a53
35 changed files with 2766 additions and 0 deletions

View File

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