aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/tsconfig.json
blob: 575133ec8c99bacbeb84bed577c6c6d3fd5cd726 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "../../dist/server/tools"
  },
  "include": [ ".", "../typings" ],
  "references": [
    { "path": "../" },
  ],
  "exclude": [ ] // Overwrite exclude property
}