From 105fbb13a6f6729ed9d8b516f8857179f9f9f952 Mon Sep 17 00:00:00 2001
From: Glenn Vorhes <gavorhes@wisc.edu>
Date: Fri, 10 Mar 2017 20:44:39 -0600
Subject: [PATCH] added "noEmitOnError": true

---
 tsconfig.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tsconfig.json b/tsconfig.json
index 2eb46a7..2bcaaa2 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"
-- 
GitLab