X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3d5a1c29aad86476f2e789e1e54cabf8b4605aa2..4d3bc1e278189f3939146a7e988b1fb488d060b7:/services/workbench2/tsconfig.json 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",