aboutsummaryrefslogtreecommitdiffhomepage
path: root/types/src/client/tsconfig.json
blob: dea4c131c4081ed004ae304876be3b90e30ecbac (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"]
}