X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=075a3d86eccb416e9946e92a51b4005ecb70cb0d;hb=e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b;hp=058da4f78d4543cbd3ab86bf306f8de16045a6e5;hpb=610d0be13b3d01f653ef269271dd667a57c85ef2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 058da4f78..075a3d86e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,11 @@ "sourceMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, + "importHelpers": true, "removeComments": true, + "strictBindCallApply": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, "outDir": "./dist", "lib": [ "dom", @@ -17,8 +21,8 @@ "es2019" ], "typeRoots": [ - "node_modules/sitemap/node_modules/@types", - "node_modules/@types" + "node_modules/@types", + "server/typings" ], "baseUrl": "./", "paths": {