From 3fa0274a6c839447c9c843e0ba4408bc40796e00 Mon Sep 17 00:00:00 2001
From: Glenn Vorhes <gavorhes@wisc.edu>
Date: Tue, 14 Mar 2017 00:34:40 -0500
Subject: [PATCH] preserve jsx extension

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

diff --git a/tsconfig.json b/tsconfig.json
index aded98a..b969848 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,7 +6,7 @@
     "target": "es5",
     "sourceMap": true,
     "inlineSources": true,
-    "jsx": "react",
+    "jsx": "preserve",
     "noEmitOnError": true
   },
   "include": [
-- 
GitLab