From e175660435ebcfc8d372bcb7f4da03353bad0182 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Wed, 18 Sep 2024 07:06:41 -0400 Subject: [PATCH] Fix tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a2ce95dd..cbced1fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "lib": ["ESNext"], "module": "ESNext", "moduleResolution": "Bundler", - "noEmit": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noImplicitUseStrict": false,