diff --git a/tsconfig.json b/tsconfig.json index 1ba2070..76348db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "baseUrl": ".", + "baseUrl": "./src", "inlineSourceMap": true, "inlineSources": true, "module": "ESNext",