aboutsummaryrefslogtreecommitdiffstats
path: root/packages/preload/tsconfig.json
blob: 2e0b10ff9a838286869182946d00bc74d5f1140a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "composite": true,
    "declarationDir": "dist-types",
    "emitDeclarationOnly": true,
    "rootDir": "src",
    "libs": [
      "@types/jest"
    ]
  },
  "references": [
    {
      "path": "../shared"
    }
  ],
  "include": [
    "src/**/*.ts"
  ]
}