From: Lucas Di Pentima Date: Fri, 2 Jul 2021 16:41:13 +0000 (-0300) Subject: 17782: Loosens type-checking restrictions to match those of react-scripts-ts. X-Git-Tag: 2.2.2~29^2~18 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/d2b98021cfbe2147de720c87d5ef4bb87274278a 17782: Loosens type-checking restrictions to match those of react-scripts-ts. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/tsconfig.json b/tsconfig.json index 49b6b1b1..66a7d98b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,7 +28,11 @@ "strict": true, "resolveJsonModule": true, "isolatedModules": true, - "noEmit": true + "incremental": true, + "noEmit": true, + "alwaysStrict": false, + "strictFunctionTypes": false, + "strictPropertyInitialization": false, }, "exclude": [ "node_modules",