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