aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-inject/tsconfig.json
blob: 4007f6043cdc829c1839c06db5a94cb47e797094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "composite": true,
    "declarationDir": "dist-types",
    "emitDeclarationOnly": true,
    "rootDir": "src",
    "lib": [
      "dom",
      "dom.iterable",
      "esnext"
    ]
  },
  "references": [
    {
      "path": "../service-shared"
    }
  ],
  "include": [
    "src/**/*.ts"
  ]
}