aboutsummaryrefslogtreecommitdiffhomepage
path: root/apps/peertube-cli/tsconfig.json
blob: 636bdb95a304aec5bafc99f1302ec2445cb3cee7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist",
    "rootDir": "src",
    "tsBuildInfoFile": "./dist/.tsbuildinfo"
  },
  "references": [
    { "path": "../../packages/core-utils" },
    { "path": "../../packages/models" },
    { "path": "../../packages/node-utils" },
    { "path": "../../packages/server-commands" }
  ]
}