X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d2b98021cfbe2147de720c87d5ef4bb87274278a..HEAD:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index 66a7d98b..08f7108e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "target": "es5", "lib": [ "es6", + "es2020", "dom" ], "sourceMap": true, @@ -16,7 +17,7 @@ "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noImplicitThis": true, - "noImplicitAny": true, + "noImplicitAny": false, "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": false, @@ -25,7 +26,7 @@ "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "strict": true, + "strict": false, "resolveJsonModule": true, "isolatedModules": true, "incremental": true,