aboutsummaryrefslogtreecommitdiffhomepage
path: root/packages/types/src/client/tsconfig.json
blob: bb76fbe2130ee97a2e98b9b0536a956c3e6a131a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": "../../../../tsconfig.base.json",
  "compilerOptions": {
    "stripInternal": true,
    "removeComments": false,
    "emitDeclarationOnly": true,
    "outDir": "../../dist/client/",
    "rootDir": "./",
    "tsBuildInfoFile": "../../dist/tsconfig.client.types.tsbuildinfo"
  },
  "references": [
    { "path": "../../../../client/tsconfig.types.json" }
  ],
  "files": ["index.ts"]
}