From 0d580d2482525cad790699b04cdb7c5191afaad8 Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Tue, 13 Jul 2021 08:50:47 +0800 Subject: [PATCH] chore: tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c97d3b69..f016e83c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "noEmit": true, "target": "es2017", "lib": ["es2017", "es2018"], "module": "commonjs",