This commit is contained in:
admin
2023-04-24 15:19:08 +08:00
commit 0d3072c20a
39 changed files with 2723 additions and 0 deletions

9
tsconfig.json Normal file
View File

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