Merge branch '21037-upgrade-react-scripts'
[arvados.git] / services / workbench2 / tsconfig.json
index 08f7108e6230629b7bb787ecfda07f41a51390f6..e2ef08c80cf75082374f780ef749d7d836a8d6fc 100644 (file)
@@ -10,7 +10,7 @@
     ],
     "sourceMap": true,
     "allowJs": true,
-    "jsx": "preserve",
+    "jsx": "react-jsx",
     "moduleResolution": "node",
     "rootDir": "src",
     "baseUrl": "src",
@@ -34,6 +34,7 @@
     "alwaysStrict": false,
     "strictFunctionTypes": false,
     "strictPropertyInitialization": false,
+    "noFallthroughCasesInSwitch": false
   },
   "exclude": [
     "node_modules",