X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d2b98021cfbe2147de720c87d5ef4bb87274278a..17dfef9d2440ddbac9cd8eac0ec8be721b42cc09:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index 66a7d98b..7bce4022 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noImplicitThis": true, - "noImplicitAny": true, + "noImplicitAny": false, "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": false, @@ -25,7 +25,7 @@ "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "strict": true, + "strict": false, "resolveJsonModule": true, "isolatedModules": true, "incremental": true,