From zero

This commit is contained in:
2024-06-18 14:45:31 +08:00
commit 9e56b56e9d
39 changed files with 6792 additions and 0 deletions

11
client/tsconfig.node.json Normal file
View File

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