From 90675cb210f5a2afc4766e6fd091776a14397d48 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 23 四月 2025 17:34:01 +0800 Subject: [PATCH] 最新版 --- tsconfig.json | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 66b5e57..fa11030 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,9 @@ { "path": "./tsconfig.app.json" } - ] + ], + "compilerOptions": { + "noImplicitAny": false, +"allowJs": true, + } } -- Gitblit v1.9.1