X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=56e7b68ee448be28e046b6027bfaef00753fbe55;hb=decbd0b63bf14b55c265b0faee18521e4b0e1e76;hp=fdf4dc777662c6f4d09fed11b81db9dab481c033;hpb=1d4591fd9c724c9409da31612f6d8c008f1cb5e4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index fdf4dc777..56e7b68ee 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -53,7 +53,8 @@ ], "exclude": [ "../node_modules", - "../server" + "../server", + "node_modules" ], "angularCompilerOptions": { "strictInjectionParameters": true,