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