X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Ftsconfig.types.json;h=6acfc05e1572d16805ba8413a2783e3ff49c4839;hb=35a0a924830d84f9ec28c129ec85cb1f45011fb8;hp=b01d12e539228a21ff94ed359b23f75c18b948b2;hpb=b8fa3e8c734a46918118afe7976f248cc883f675;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/tsconfig.types.json b/shared/tsconfig.types.json index b01d12e53..6acfc05e1 100644 --- a/shared/tsconfig.types.json +++ b/shared/tsconfig.types.json @@ -1,9 +1,12 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "../types/dist/shared", + "outDir": "../packages/types/dist/shared", "stripInternal": true, "removeComments": false, "emitDeclarationOnly": true - } + }, + "exclude": [ + "server-commands/" + ] }