From 4fa36f6595d8d6a577a99ac777e6af93209397e4 Mon Sep 17 00:00:00 2001 From: BarryTong65 Date: Fri, 6 Sep 2024 16:17:00 +0800 Subject: [PATCH] feat: add github test workflow --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index dda1909..f8301cb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "sourceMap": true, + "noEmitOnError": true, "outDir": "./dist/tsc/", "types": [ "node",