X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=70d2c51c2aa374740cf92e02cacf81f3bfd04351;hb=8892e8cc63fcef1ce4952b6a8e2946d730c5e8bb;hp=4e6816430acee26401dea8b8172e3e292b219da4;hpb=94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 4e6816430..70d2c51c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,12 +19,14 @@ }, "exclude": [ "node_modules", + "dist", + "storage", "client", - "text1", - "text2", - "text3", - "text4", - "text5", - "text6" + "test1", + "test2", + "test3", + "test4", + "test5", + "test6" ] }