项目初始化

This commit is contained in:
janing
2025-12-14 22:36:58 +08:00
parent 4dc5fc6cca
commit 4f5b2d02ea
32 changed files with 1970 additions and 0 deletions

11
client/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"target": "es2020",
"downlevelIteration": true
}
}