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