This commit is contained in:
richarjiang
2026-03-11 09:04:33 +08:00
commit 02a67909d6
33 changed files with 1877 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
}
}