aboutsummaryrefslogblamecommitdiffhomepage
path: root/types/src/client/tsconfig.json
blob: dea4c131c4081ed004ae304876be3b90e30ecbac (plain) (tree)
1
2
3
4
5
6


                                           


                                








                                                                     
{
  "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"]
}