aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-inject/tsconfig.json
blob: 8f84d981e2449cfeba7f6c148ac318bbf100a93f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "extends": "../../config/tsconfig.base.json",
  "compilerOptions": {
    "noEmit": true,
    "lib": [
      "dom",
      "dom.iterable",
      "esnext"
    ]
  },
  "references": [
    {
      "path": "../service-shared/tsconfig.build.json"
    }
  ],
  "include": [
    "src/**/*.ts",
    ".eslintrc.cjs",
    "esbuild.config.js"
  ]
}