From 8fd8c45cd285f6ba48fb0e64b3f9d859bd6f91b3 Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 24 Aug 2023 23:42:32 +0100 Subject: [PATCH] chore: fix jsconfig [skip ci] --- jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index c5a3ec5..1069319 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -3,7 +3,7 @@ "module": "ESNext", "target": "ESNext", "moduleResolution": "Node", - "baseUrl": ".", + "baseUrl": "src", "resolveJsonModule": true, "checkJs": false, },