aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-inject/tsconfig.json
blob: 33ce1de7e95944174cd2ecaa3813fe62edcb4342 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"]
}