This commit is contained in:
2026-06-06 23:54:11 +08:00
commit 33639129b1
58 changed files with 10309 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./.tsbuildinfo/node.tsbuildinfo",
"skipLibCheck": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}