This commit is contained in:
o.o.c
2024-12-14 15:32:38 +08:00
commit 3c1e00b887
48 changed files with 37738 additions and 0 deletions

9
list-3x/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
}
}