From b385fcc30e0ee871dc31c06526e9ab84ba507ea2 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 24 四月 2025 09:28:18 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/LibraryAgent --- 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