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