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