aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.types.json
blob: 35a5e92cc1fbd2876ed19f2fa864133f7bc080c8 (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/client/",
    "emitDeclarationOnly": true,
    "composite": true,
    "rootDir": "src/",
    "tsBuildInfoFile": "../types/client.tsbuildinfo"
  },
  "references": [
    { "path": "../shared/tsconfig.types.json" }
  ],
  "files": ["src/index.ts"],
  "include": ["src/index.ts", "src/types/**/*"]
}