first commit

This commit is contained in:
zzc
1970-01-01 08:23:24 +08:00
commit 40987bb7fd
121 changed files with 10935 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
}
}