X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tsconfig.json;h=075a3d86eccb416e9946e92a51b4005ecb70cb0d;hb=db9df9a72c67a6ba150620f0f1c0838a3c155786;hp=f2985f82b1c3b408f10d18ec02068d251c2478d3;hpb=6f1b4fa417786c2015f16b435e872aa65378efd7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index f2985f82b..075a3d86e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,15 +6,24 @@ "sourceMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, + "importHelpers": true, "removeComments": true, + "strictBindCallApply": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, "outDir": "./dist", "lib": [ "dom", "es2015", "es2016", - "es2017" + "es2017", + "es2018", + "es2019" + ], + "typeRoots": [ + "node_modules/@types", + "server/typings" ], - "typeRoots": [ "node_modules/@types", "server/typings" ], "baseUrl": "./", "paths": { "@server/*": [ "server/*" ],