# HG changeset patch
# User Noe Gaumont <ngaumont@logilab.fr>
# Date 1613147702 -3600
#      Fri Feb 12 17:35:02 2021 +0100
# Node ID e3b1995cd03a832514e0a52ceb621b68a3f224a8
# Parent  8a977db3ceb1b6239a28240d6a2b99b248e16c3e
tsconfig: add es2019 in lib

diff --git a/packages/ra-cubicweb/tsconfig.json b/packages/ra-cubicweb/tsconfig.json
--- a/packages/ra-cubicweb/tsconfig.json
+++ b/packages/ra-cubicweb/tsconfig.json
@@ -2,6 +2,7 @@
   "compilerOptions": {
     "declaration": true,
     "target": "es5",
+    "lib": ["es2019"],
     "module": "commonjs",
     "strict": true,
     "esModuleInterop": true,