X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=4d2bdd6baf4f2df9168ef9888b689fdea362af8b;hb=aa3796bda5a6776e0d21048239f25d385a8e7545;hp=71674e165cb8856ce6dcb9f06d3cffc43352b841;hpb=3fd3ab2d34d512b160a5e6084d7609be7b4f4452;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 71674e165..4d2bdd6ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "sourceMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, + "removeComments": true, "outDir": "./dist", "lib": [ "dom", @@ -13,12 +14,20 @@ "es2016", "es2017" ], - "types": [ - "node" - ] + "typeRoots": [ "node_modules/@types", "server/typings" ] }, "exclude": [ + "server/tools/", + "client/node_modules", "node_modules", - "client" + "dist", + "storage", + "client", + "test1", + "test2", + "test3", + "test4", + "test5", + "test6" ] }