X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=075a3d86eccb416e9946e92a51b4005ecb70cb0d;hb=62a84aa377cecb692c6978abee606b7878088277;hp=aa129c1d9e332c92e0c3dfab0df676a71764f757;hpb=c24aac6bc73033195c37d81cf2b7449c9b54712c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index aa129c1d9..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" ], @@ -28,7 +30,6 @@ "@shared/*": [ "shared/*" ] } }, - "include": [ "." ], "exclude": [ "server/tools/", "node_modules",