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