From f9ea6161cad890992933b4a93f23c2c622d58bde Mon Sep 17 00:00:00 2001 From: Vincent Wilson Date: Wed, 24 Jan 2024 14:28:09 -0500 Subject: [PATCH] Update web-embeds/jsconfig.json --- web-embeds/jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-embeds/jsconfig.json b/web-embeds/jsconfig.json index 193942a1..36aa1a4d 100644 --- a/web-embeds/jsconfig.json +++ b/web-embeds/jsconfig.json @@ -1,5 +1,5 @@ { "compilerOptions": { - "baseUrl": ".", + "baseUrl": "." } }