This commit is contained in:
richarjiang
2025-09-19 17:21:53 +08:00
commit 98f28ec5bf
32 changed files with 1839 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
}
}