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 +}