From 176932a78c79d14a52da91c6d4b7e59ba373ed22 Mon Sep 17 00:00:00 2001 From: Igor Lins e Silva Date: Thu, 26 Jan 2023 20:05:05 -0300 Subject: [PATCH] avoid failed tsc builds --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 94eb8ae..03413bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "allowSyntheticDefaultImports": true, "noImplicitAny": false, "moduleResolution": "node", + "noEmitOnError": true, "sourceMap": true, "allowJs": false, "typeRoots": [