X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Ftsconfig.json;h=156a8ed2238460bc41bc6b324d922d8767605834;hb=d473fd94ce2fd04bffc6cf6ee8f193db309c1d83;hp=f8a1c705c6c0290dc8aa1bae46b47f9b9d1a6753;hpb=7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1;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 }