X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Ftsconfig.json;h=156a8ed2238460bc41bc6b324d922d8767605834;hb=6939cbac48e0a9823b34577836480ae3c28186be;hp=f8a1c705c6c0290dc8aa1bae46b47f9b9d1a6753;hpb=b91bc1d1f3591c35ab4426f6ab594b4bd9f1ef62;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json index f8a1c705c..156a8ed22 100644 --- a/server/tools/tsconfig.json +++ b/server/tools/tsconfig.json @@ -1,4 +1,5 @@ { "extends": "../../tsconfig.json", + "include": [ ".", "../typings" ], "exclude": [ ] // Overwrite exclude property }