X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftsconfig.json;h=240bd3bfedeff56ee5e641651e27a938de04e2e5;hb=d102de1b38f2877463529c3b27bd35ffef4fd8bf;hp=4be7ae2f49be78763fc21d3154824c8e22ed4299;hpb=2fe978744e5b74eb824e4d79c1bb9b840169f125;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tsconfig.json b/server/tsconfig.json index 4be7ae2f4..240bd3bfe 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -7,6 +7,7 @@ { "path": "../shared" } ], "exclude": [ - "tools/" + "tools/", + "tests/fixtures" ] }