From 89fa2a84c62f76ce8f80e32aec558d92dd585398 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 31 Dec 2022 13:29:58 +0100 Subject: [PATCH] webapp: set correct lib value to allow replaceAll --- webapp/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/tsconfig.json b/webapp/tsconfig.json index 8d23599..7d0d514 100644 --- a/webapp/tsconfig.json +++ b/webapp/tsconfig.json @@ -5,7 +5,8 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - } + }, + "lib": ["ES2021", "DOM"] }, "references": [