aboutsummaryrefslogtreecommitdiffstats
path: root/packages/preload/tsconfig.json
blob: 8bfa0ecb24744a1a6582aad318cef256fda36e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "noEmit": true
  },
  "references": [
    {
      "path": "../shared"
    }
  ],
  "include": [
    "src/**/*.ts"
  ]
}