diff options
Diffstat (limited to 'packages/peertube-runner/tsconfig.json')
-rw-r--r-- | packages/peertube-runner/tsconfig.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/peertube-runner/tsconfig.json b/packages/peertube-runner/tsconfig.json new file mode 100644 index 000000000..b6c62bc34 --- /dev/null +++ b/packages/peertube-runner/tsconfig.json | |||
@@ -0,0 +1,9 @@ | |||
1 | { | ||
2 | "extends": "../../tsconfig.base.json", | ||
3 | "compilerOptions": { | ||
4 | "outDir": "./dist" | ||
5 | }, | ||
6 | "references": [ | ||
7 | { "path": "../../shared" } | ||
8 | ] | ||
9 | } | ||