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