X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Ftsconfig.json;h=39f8e74e4b890a7d1d6b6b69bed666e066aa8093;hb=bbae45c32ea41ba4926b291fac5f594c94d5aa9d;hp=8264f5b354400af8862e380dbc39726b26819c73;hpb=f8360396ffabd2f95e9ece9c5755173bae0114b6;p=github%2FChocobozzz%2FPeerTube.git 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 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "baseUrl": "./", - "outDir": "../../dist/server/tools", - "paths": { // FIXME: https://github.com/benyap/resolve-tspaths/issues/10 - "@server/*": [ "../../server/*" ], - "@shared/*": [ "../../shared/*" ] - } + "outDir": "../../dist/server/tools" }, "include": [ ".", "../typings" ], "references": [