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,