commit f62f6b4ac9b005f8fbea7bb8d2f856192e8fcc80 Author: 何南国 <164292041@qq.com> Date: Tue May 19 11:54:56 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