aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tsconfig.types.json
blob: 824834066ec6b2e8f4344985d388d572c594b40b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "../types/dist/server",
    "stripInternal": true,
    "removeComments": false,
    "emitDeclarationOnly": true
  },
  "references": [
    { "path": "../shared/tsconfig.types.json" }
  ],
  "exclude": [
    "tools/",
    "tests/"
  ]
}