From eb9819b4f070fb95374b76a4f88241c020428dd2 Mon Sep 17 00:00:00 2001 From: Xiaowei Zhu <33129495+zhu-xiaowei@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:21:20 +0800 Subject: [PATCH] chore: update tsconfig to simplify pack file (#48) Co-authored-by: xiaoweii --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cf26dfa..f5bb8e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "moduleResolution": "node", "declaration": true, "noEmitOnError": false, - "incremental": true, "importHelpers": true, "outDir": "lib", "resolveJsonModule": true