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