diff --git a/tsconfig.json b/tsconfig.json index 905ed23fb..ae71c0834 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "lib": ["DOM", "DOM.Iterable", "ESNext"], "module": "ESNext", "moduleResolution": "node", - "noEmit": true, + "noEmit": false, "noImplicitAny": true, "noImplicitThis": true, "noUnusedLocals": true,