aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/tsconfig.types.json
blob: 73c1cae6cee06d84e045fe18cbb2b8affad4525f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "../types/dist/shared",
    "stripInternal": true,
    "removeComments": false,
    "emitDeclarationOnly": true
  },
  "exclude": [
    "server-commands/"
  ]
}