aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-preload/tsconfig.json
blob: 768c4645606fd261a39b14e508e67e218fb75c9d (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": "../../config/tsconfig.base.json",
  "compilerOptions": {
    "noEmit": true,
    "lib": [
      "dom",
      "dom.iterable",
      "esnext"
    ]
  },
  "references": [
    {
      "path": "../service-shared/tsconfig.build.json"
    }
  ],
  "include": [
    "src/**/*.ts",
    "types/**/*.ts",
    ".eslintrc.cjs",
    "esbuild.config.js"
  ]
}