X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8cdfc56b9c1035448cfd058e56b02976d5a98abe..HEAD:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index 49b6b1b1..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,10 +26,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",