X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Ftsconfig.json;h=39f8e74e4b890a7d1d6b6b69bed666e066aa8093;hb=4d526901349b35bfac9811acc45854c65639cee3;hp=575133ec8c99bacbeb84bed577c6c6d3fd5cd726;hpb=06aad80165d09a8863ab8103149a8ff518b10641;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json index 575133ec8..39f8e74e4 100644 --- a/server/tools/tsconfig.json +++ b/server/tools/tsconfig.json @@ -5,7 +5,8 @@ }, "include": [ ".", "../typings" ], "references": [ - { "path": "../" }, + { "path": "../" } ], + "files": [], "exclude": [ ] // Overwrite exclude property }