aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/tsconfig.json
blob: 10f576587c548abc8f6004f94552ea57ddf26ac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "types": [
      "node"
    ]
  },
  "references": [
    {
      "path": "../service-shared"
    },
    {
      "path": "../shared"
    }
  ],
  "include": [
    "src/**/*.ts",
    "types/**/*.d.ts"
  ]
}