X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ee9d1e39b5d469a827be5a719c9c0860914ab2a8..0eea0b8a51ffec0c7e975932c029e4bd9a1d6b7e:/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",