diff --git a/tsconfig.json b/tsconfig.json index 8039baf5b..039fea526 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,6 @@ "baseUrl": ".", "jsx": "react-jsx", "noFallthroughCasesInSwitch": true, - "noEmit": true, "types": ["jest", "node"] } }