X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8f793c02faa3f5866458d6864b7c8763e5f3660f..c952afae1af2fb31b68be04f70bd7ae6f9d52aba:/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index 65315d61..7bce4022 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,10 +12,11 @@ "jsx": "preserve", "moduleResolution": "node", "rootDir": "src", + "baseUrl": "src", "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noImplicitThis": true, - "noImplicitAny": true, + "noImplicitAny": false, "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": false, @@ -24,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",