X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=f99c5d87d47f1f3a63fddfe9b29dc6c135e87c35;hb=a1758df8a3c3f866460edd8f9bbc94e8dd41fd80;hp=e46528d1c9117717cd9c5bc8d304ec88d2aa64b7;hpb=c47106315ae3c403239cda29c49b4bba51ddccb2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index e46528d1c..f99c5d87d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -1,6 +1,7 @@ { "compileOnSave": false, "compilerOptions": { + "downlevelIteration": true, "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, @@ -12,7 +13,8 @@ "noImplicitThis": true, "suppressImplicitAnyIndexErrors":true, "alwaysStrict": true, - "target": "es5", + "strictBindCallApply": true, + "target": "es2015", "typeRoots": [ "node_modules/@types" ],