2020-08-04 03:38:17 +03:00
|
|
|
{
|
2020-08-08 10:09:23 +03:00
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2020-08-12 19:49:14 +03:00
|
|
|
"allowJs": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"allowUnreachableCode": false,
|
|
|
|
"allowUnusedLabels": false,
|
|
|
|
"baseUrl": ".",
|
2020-08-08 10:09:23 +03:00
|
|
|
"declaration": false,
|
2020-09-10 21:35:56 +03:00
|
|
|
"downlevelIteration": true,
|
2020-08-08 10:09:23 +03:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
2020-08-12 19:49:14 +03:00
|
|
|
"jsx": "react",
|
2020-08-08 10:09:23 +03:00
|
|
|
"lib": ["es2017", "dom"],
|
2020-08-12 19:49:14 +03:00
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
2020-08-08 10:09:23 +03:00
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"resolveJsonModule": true,
|
2020-08-12 19:49:14 +03:00
|
|
|
"rootDir": ".",
|
|
|
|
"skipDefaultLibCheck": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"target": "ES5",
|
|
|
|
"typeRoots": ["node_modules/@types"],
|
2020-09-04 08:08:15 +03:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"isolatedModules": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"strict": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noImplicitThis": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"strictNullChecks": true,
|
2020-08-08 10:09:23 +03:00
|
|
|
"paths": {
|
2021-07-29 21:32:40 +03:00
|
|
|
"@responsible-ai/causality": ["libs/causality/src/index.ts"],
|
2020-08-08 10:09:23 +03:00
|
|
|
"@responsible-ai/core-ui": ["libs/core-ui/src/index.ts"],
|
2021-07-29 21:32:40 +03:00
|
|
|
"@responsible-ai/counterfactuals": ["libs/counterfactuals/src/index.ts"],
|
2021-03-30 21:13:27 +03:00
|
|
|
"@responsible-ai/dataset-explorer": [
|
|
|
|
"libs/dataset-explorer/src/index.ts"
|
|
|
|
],
|
2022-05-03 01:05:48 +03:00
|
|
|
"@responsible-ai/e2e": ["libs/e2e/src/index.ts"],
|
2021-03-02 10:15:04 +03:00
|
|
|
"@responsible-ai/error-analysis": ["libs/error-analysis/src/index.ts"],
|
2021-07-29 21:32:40 +03:00
|
|
|
"@responsible-ai/fairness": ["libs/fairness/src/index.ts"],
|
2023-01-07 05:34:34 +03:00
|
|
|
"@responsible-ai/forecasting": ["libs/forecasting/src/index.ts"],
|
2021-07-29 21:32:40 +03:00
|
|
|
"@responsible-ai/interpret": ["libs/interpret/src/index.ts"],
|
2022-01-19 21:35:27 +03:00
|
|
|
"@responsible-ai/interpret-text": ["libs/interpret-text/src/index.ts"],
|
2022-07-27 22:38:25 +03:00
|
|
|
"@responsible-ai/interpret-vision": [
|
|
|
|
"libs/interpret-vision/src/index.ts"
|
|
|
|
],
|
2021-07-29 21:32:40 +03:00
|
|
|
"@responsible-ai/localization": ["libs/localization/src/index.ts"],
|
|
|
|
"@responsible-ai/mlchartlib": ["libs/mlchartlib/src/index.ts"],
|
2022-05-03 01:05:48 +03:00
|
|
|
"@responsible-ai/model-assessment": ["libs/model-assessment/src/index.ts"]
|
2020-08-08 10:09:23 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
2020-08-04 03:38:17 +03:00
|
|
|
}
|