X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=075a3d86eccb416e9946e92a51b4005ecb70cb0d;hb=a232d3e50b55b9c387c968e16d7a1ca2dfa6fdf9;hp=da09d0d8591d0cc61cc25e5081cfd6dd48f4a1a4;hpb=e0ef8dab287c21b3350c61174b7016ded9855611;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index da09d0d85..075a3d86e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,9 @@ "emitDecoratorMetadata": true, "importHelpers": true, "removeComments": true, + "strictBindCallApply": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, "outDir": "./dist", "lib": [ "dom", @@ -18,8 +21,8 @@ "es2019" ], "typeRoots": [ - "node_modules/sitemap/node_modules/@types", - "node_modules/@types" + "node_modules/@types", + "server/typings" ], "baseUrl": "./", "paths": {