X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8cdfc56b9c1035448cfd058e56b02976d5a98abe..ca3047891da01be64c1b1ac558fb57e7c477278c:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index 49b6b1b1..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,10 +25,14 @@ "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "strict": true, + "strict": false, "resolveJsonModule": true, "isolatedModules": true, - "noEmit": true + "incremental": true, + "noEmit": true, + "alwaysStrict": false, + "strictFunctionTypes": false, + "strictPropertyInitialization": false, }, "exclude": [ "node_modules",