aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-preload/tsconfig.json
blob: 189859ec235fb1b24d63c9e873e6e33c0c0d9194 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  ]
}