X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=5ad4b3e10c707fba0da996a8645f16e7ea60ba74;hb=089caedc6f45453a969deca1f9b3a105b2294389;hp=7633465b2094db4b31274edfae04e633a6676009;hpb=3d52b300ea79bec21f090e2447c4808307078618;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 7633465b2..5ad4b3e10 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "sourceMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, + "removeComments": true, "outDir": "./dist", "lib": [ "dom", @@ -13,11 +14,7 @@ "es2016", "es2017" ], - "types": [ - "node", - "chai-xml", - "chai-json-schema" - ] + "typeRoots": [ "node_modules/@types", "server/typings" ] }, "exclude": [ "client/node_modules",