aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-21 11:11:03 +0100
committerChocobozzz <me@florianbigard.com>2022-01-21 11:11:03 +0100
commitebe4b3df5c4e595f3fcf92b8ecf6c5174b13b3b0 (patch)
tree5eff2e14fcb5dcdce391270917f8f2f8d6295733 /server/tools
parentd92d070c91ee73657f2e3a5756954ef63fdba306 (diff)
downloadPeerTube-ebe4b3df5c4e595f3fcf92b8ecf6c5174b13b3b0.tar.gz
PeerTube-ebe4b3df5c4e595f3fcf92b8ecf6c5174b13b3b0.tar.zst
PeerTube-ebe4b3df5c4e595f3fcf92b8ecf6c5174b13b3b0.zip
Remove fixed workaround
Diffstat (limited to 'server/tools')
-rw-r--r--server/tools/tsconfig.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json
index 8264f5b35..39f8e74e4 100644
--- a/server/tools/tsconfig.json
+++ b/server/tools/tsconfig.json
@@ -1,12 +1,7 @@
1{ 1{
2 "extends": "../../tsconfig.json", 2 "extends": "../../tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "baseUrl": "./", 4 "outDir": "../../dist/server/tools"
5 "outDir": "../../dist/server/tools",
6 "paths": { // FIXME: https://github.com/benyap/resolve-tspaths/issues/10
7 "@server/*": [ "../../server/*" ],
8 "@shared/*": [ "../../shared/*" ]
9 }
10 }, 5 },
11 "include": [ ".", "../typings" ], 6 "include": [ ".", "../typings" ],
12 "references": [ 7 "references": [