commit 1aad6cd49fc52c52002a5257287a892c9d07d64d Author: 何南国 <164292041@qq.com> Date: Tue May 19 11:44:34 2026 +0800 first commit diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..953384a --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,18 @@ +{ + /* Base configuration. Do not edit this field. */ + "extends": "./temp/tsconfig.cocos.json", + /* Add your custom configuration here. */ + "compilerOptions": { + "strict": false, + "noImplicitAny": true + }, + "exclude": [ + "node_modules", + "library", + "local", + "temp", + "build", + "settings", + "extensions" + ] +} \ No newline at end of file