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