X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Ftsconfig.types.json;h=73c1cae6cee06d84e045fe18cbb2b8affad4525f;hb=bf54587a3e2ad9c2c186828f2a5682b91ee2cc00;hp=b01d12e539228a21ff94ed359b23f75c18b948b2;hpb=b8fa3e8c734a46918118afe7976f248cc883f675;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/tsconfig.types.json b/shared/tsconfig.types.json index b01d12e53..73c1cae6c 100644 --- a/shared/tsconfig.types.json +++ b/shared/tsconfig.types.json @@ -5,5 +5,8 @@ "stripInternal": true, "removeComments": false, "emitDeclarationOnly": true - } + }, + "exclude": [ + "server-commands/" + ] }