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