diff --git a/tsconfig.json b/tsconfig.json index 2eb46a7b997d89282905ff664663f5ccbadeecb7..2bcaaa275da7b0a9dc46a59198c21b7148d2a431 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "target": "es5", "inlineSourceMap": true, "inlineSources": true, - "jsx": "react" + "jsx": "react", + "noEmitOnError": true }, "exclude": [ // "node_modules", "dist"