X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=d305722c465456b57b7143ef56845b0f8b8b46a4;hb=ec99e8486af6aab5a8affa2e7b9088635647b2ce;hp=058da4f78d4543cbd3ab86bf306f8de16045a6e5;hpb=fc8aabd0bf38441c0591f21b9b435b52e99ffc23;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 058da4f78..d305722c4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "sourceMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, + "importHelpers": true, "removeComments": true, "outDir": "./dist", "lib": [ @@ -18,7 +19,8 @@ ], "typeRoots": [ "node_modules/sitemap/node_modules/@types", - "node_modules/@types" + "node_modules/@types", + "server/typings" ], "baseUrl": "./", "paths": {