X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3b8d03f7063b162355bccfd71aeb2b8b67bbdbb..2037dc353ddfc0ae182189f69159ef00e637fba9:/services/workbench2/tsconfig.json?ds=inline diff --git a/services/workbench2/tsconfig.json b/services/workbench2/tsconfig.json index 08f7108e62..e2ef08c80c 100644 --- a/services/workbench2/tsconfig.json +++ b/services/workbench2/tsconfig.json @@ -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",