From b80e26724cf16dd4a6c4a4a22f26f835e0cfb4f8 Mon Sep 17 00:00:00 2001 From: Josh Guyette Date: Fri, 5 Jan 2024 13:30:05 -0600 Subject: [PATCH] need string.replaceAll --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 746db46..f1e1dc1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2020", + "target": "ES2021", "module": "ESNext", "esModuleInterop": true, "strict": true,