X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=7a0584d5c1b5e694ebca583f0c40f8ce59c13807;hb=eaa529528cafcfb291009f9f99d296c81e792899;hp=41814d0362500499541f63ca38016613a5117877;hpb=f304a1580b5ce7b6c5f9e25cd3ddc63ca8d8c6a1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 41814d036..7a0584d5c 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -6,7 +6,7 @@ "sourceMap": true, "declaration": false, "moduleResolution": "node", - "module": "esnext", + "module": "es2020", "experimentalDecorators": true, "noImplicitAny": true, "noImplicitThis": true, @@ -15,11 +15,12 @@ "importHelpers": true, "allowSyntheticDefaultImports": true, "strictBindCallApply": true, - "target": "es2015", + "target": "es2017", "typeRoots": [ "node_modules/@types" ], "lib": [ + "ES2020.Intl", "es2018", "es2017", "es2016",