X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=2345ca289b2314e31b0cf1c568dc4a5fba1d9e1e;hb=c90f6f26da7f11cd534d205c45df2693e72f1c11;hp=41814d0362500499541f63ca38016613a5117877;hpb=3318147300b4f998adf728eb0a5a14a4c1829c51;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 41814d036..2345ca289 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": [ + "ES2021.Intl", "es2018", "es2017", "es2016",