X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=075a3d86eccb416e9946e92a51b4005ecb70cb0d;hb=1ffb5fb6829e1cb77d0f676775a958f51dd9d794;hp=d305722c465456b57b7143ef56845b0f8b8b46a4;hpb=07aea1a2642fc9868cb01e30c322514029d5b95a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index d305722c4..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,7 +21,6 @@ "es2019" ], "typeRoots": [ - "node_modules/sitemap/node_modules/@types", "node_modules/@types", "server/typings" ],