aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/tsconfig.types.json
blob: 18c470059c90bd9f49ccbf8282b216bef13d26f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "../types/shared",
    "stripInternal": true,
    "removeComments": false,
    "emitDeclarationOnly": true
  }
}