From 1624e14631b1dcb3da3416b59ad1801929adfc13 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Fri, 17 Mar 2023 19:03:46 +0000 Subject: [PATCH] Add ES2021.String to tsconfig Signed-off-by: Stephanie Leary --- Open-ILS/src/eg2/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/eg2/tsconfig.json b/Open-ILS/src/eg2/tsconfig.json index 28df87cb70..981c624f70 100644 --- a/Open-ILS/src/eg2/tsconfig.json +++ b/Open-ILS/src/eg2/tsconfig.json @@ -18,6 +18,7 @@ ], "lib": [ "es2018", + "ES2021.String", "dom" ] } -- 2.11.0