X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Ftsconfig.json;h=95892077b84a7dd9273c104d41c7bcdc9806abb6;hb=f08b797511776ec1f8144166839a01683e7e2230;hp=88107e27f5e94d36397d16df98a65dd55099683a;hpb=b8fa3e8c734a46918118afe7976f248cc883f675;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/tsconfig.json b/shared/tsconfig.json index 88107e27f..95892077b 100644 --- a/shared/tsconfig.json +++ b/shared/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "outDir": "../dist/shared", - + "outDir": "../dist/shared" } }