From df6a90be20238047782060566d5131c7761b8983 Mon Sep 17 00:00:00 2001 From: Isaac Date: Sun, 11 Jun 2023 23:46:03 +0100 Subject: [PATCH] chore: fix jsconfig --- jsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsconfig.json b/jsconfig.json index 120fd76..c5a3ec5 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -3,11 +3,11 @@ "module": "ESNext", "target": "ESNext", "moduleResolution": "Node", - "baseUrl": "src", + "baseUrl": ".", "resolveJsonModule": true, "checkJs": false, }, "include": [ "src/**/*.js" ] -} \ No newline at end of file +}