X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tsconfig.json;h=5ad4b3e10c707fba0da996a8645f16e7ea60ba74;hb=7ed2c1a46fd11caca16d5aec80d9f90d7a2d3429;hp=7633465b2094db4b31274edfae04e633a6676009;hpb=fbad87b0472f574409f7aa3ae7f8b54927d0cdd6;p=oweals%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",