/ ui / packages / evidently-ui-lib / tsconfig.json
tsconfig.json
 1  {
 2    "extends": "../../tsconfig.base.ui",
 3    "compilerOptions": {
 4      "composite": true,
 5      "outDir": ".tsc-dts",
 6      "noEmit": false,
 7      "emitDeclarationOnly": true,
 8      "declaration": true,
 9      "baseUrl": "./src",
10      "paths": {
11        "~/*": ["*"]
12      }
13    },
14    "include": ["src"]
15  }