This commit is contained in:
spe
2024-01-19 11:35:46 +08:00
parent ba2b8f4a83
commit cfa4631e91
29 changed files with 2980 additions and 70 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
}
}