X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftsconfig.json;h=240bd3bfedeff56ee5e641651e27a938de04e2e5;hb=be6162706703c2b2a715eaf7759c0f513a3fe765;hp=4be7ae2f49be78763fc21d3154824c8e22ed4299;hpb=06aad80165d09a8863ab8103149a8ff518b10641;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" ] }