From d3e4a1b773137b0ef9f4378c870e952cdc5facab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=8D=97=E5=9B=BD?= <164292041@qq.com> Date: Tue, 19 May 2026 11:57:31 +0800 Subject: [PATCH] first commit --- tsconfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tsconfig.json 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