X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Ftsconfig.json;h=39f8e74e4b890a7d1d6b6b69bed666e066aa8093;hb=89eda2aab005e6c8f548acc80471ce4bad039ecd;hp=f8a1c705c6c0290dc8aa1bae46b47f9b9d1a6753;hpb=a41b9da1a9ce49df82ea10c82de4c2fbc6d1b189;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json index f8a1c705c..39f8e74e4 100644 --- a/server/tools/tsconfig.json +++ b/server/tools/tsconfig.json @@ -1,4 +1,12 @@ { "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "../../dist/server/tools" + }, + "include": [ ".", "../typings" ], + "references": [ + { "path": "../" } + ], + "files": [], "exclude": [ ] // Overwrite exclude property }