aboutsummaryrefslogtreecommitdiffhomepage
path: root/types/src/client/tsconfig.json
blob: 199273538bb0ad2341480a58887357b826bb6649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../../../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "../../dist/client/",
    "rootDir": "./",
    "tsBuildInfoFile": "../../dist/tsconfig.client.types.tsbuildinfo"
  },
  "references": [
    { "path": "../../../client/tsconfig.types.json" }
  ],
  "files": ["index.ts"]
}