From ef17972f0012b16169a8fd06faa428903d97e15b Mon Sep 17 00:00:00 2001 From: "Zhenfei.Li" Date: Mon, 30 Jan 2023 14:11:24 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-14124=20chore:=20=E8=B0=83=E6=95=B4tscon?= =?UTF-8?q?fig=E8=A7=A3=E5=86=B3tsc=E6=97=B6=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 02dacc43b..2a92cd184 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,5 +34,9 @@ "src/**/*.js", "examples/*.js", "examples/**/*.js", + ], + "exclude": [ + "src/router/router.js", + "src/core/0.foundation.js", ] } \ No newline at end of file