From 8cd8bb7491e47f4fbb46068d23b073885c95f17b Mon Sep 17 00:00:00 2001 From: xudan Date: Mon, 13 Oct 2025 16:12:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=20tsconfig.app.json=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E4=B8=A5=E6=A0=BC=E6=A8=A1=E5=BC=8F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=BB=8E=20true=20=E4=BF=AE=E6=94=B9=E4=B8=BA=20false?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E9=99=8D=E4=BD=8E=E7=B1=BB=E5=9E=8B=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E7=9A=84=E4=B8=A5=E6=A0=BC=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 5294617..1b976cd 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -4,7 +4,7 @@ "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", /* Linting */ - "strict": true, + "strict": false, "noImplicitAny": false, // "noUnusedLocals": true, // "noUnusedParameters": true,