chore:vite

This commit is contained in:
手瓜一十雪
2024-03-02 00:08:11 +08:00
parent 906fa4c382
commit 71ab1e6ff0
19 changed files with 1006 additions and 4518 deletions

View File

@@ -8,9 +8,11 @@
"allowJs": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
// "sourceMap": true
// "sourceMap": true
},
"include": ["src/*"],
"include": [
"src/*"
],
"exclude": [
"node_modules",
"src/common/types.ts"