From 05e8f5f2dfdd7bfd0e30b3c0ccf99ba345590893 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Mon, 15 Aug 2022 23:28:16 -0700 Subject: [PATCH] add no emit to tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3131c9ea..a94394f4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "module": "commonJS", "experimentalDecorators": true, "skipLibCheck": true, + "noEmit": true, "paths": { "*": [ "modules/*",