diff options
Diffstat (limited to 'apps/peertube-runner/tsconfig.json')
-rw-r--r-- | apps/peertube-runner/tsconfig.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/peertube-runner/tsconfig.json b/apps/peertube-runner/tsconfig.json new file mode 100644 index 000000000..03660b0eb --- /dev/null +++ b/apps/peertube-runner/tsconfig.json | |||
@@ -0,0 +1,16 @@ | |||
1 | { | ||
2 | "extends": "../../tsconfig.base.json", | ||
3 | "compilerOptions": { | ||
4 | "baseUrl": "./", | ||
5 | "outDir": "./dist", | ||
6 | "rootDir": "src", | ||
7 | "tsBuildInfoFile": "./dist/.tsbuildinfo" | ||
8 | }, | ||
9 | "references": [ | ||
10 | { "path": "../../packages/core-utils" }, | ||
11 | { "path": "../../packages/ffmpeg" }, | ||
12 | { "path": "../../packages/models" }, | ||
13 | { "path": "../../packages/node-utils" }, | ||
14 | { "path": "../../packages/server-commands" } | ||
15 | ] | ||
16 | } | ||