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