Add ES2021.String to tsconfig
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Fri, 17 Mar 2023 19:03:46 +0000 (19:03 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Fri, 17 Mar 2023 19:03:46 +0000 (19:03 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/tsconfig.json

index 28df87c..981c624 100644 (file)
@@ -18,6 +18,7 @@
     ],
     "lib": [
       "es2018",
+      "ES2021.String",
       "dom"
     ]
   }