]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Increase timeouts
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 41814d0362500499541f63ca38016613a5117877..2345ca289b2314e31b0cf1c568dc4a5fba1d9e1e 100644 (file)
@@ -6,7 +6,7 @@
     "sourceMap": true,
     "declaration": false,
     "moduleResolution": "node",
-    "module": "esnext",
+    "module": "es2020",
     "experimentalDecorators": true,
     "noImplicitAny": true,
     "noImplicitThis": true,
     "importHelpers": true,
     "allowSyntheticDefaultImports": true,
     "strictBindCallApply": true,
-    "target": "es2015",
+    "target": "es2017",
     "typeRoots": [
       "node_modules/@types"
     ],
     "lib": [
+      "ES2021.Intl",
       "es2018",
       "es2017",
       "es2016",