From fbeb074e0b4e9a339df4e339c57ec7cc08e64934 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sat, 21 Dec 2024 08:27:55 -0800 Subject: [PATCH] Revert adding noEmit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f76f32e7a..4a56b9984 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "allowJs": true, "checkJs": false, - "noEmit": true, + "noEmit": false, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "noImplicitAny": false,