diff --git a/tsconfig.json b/tsconfig.json index ef3a95f..dded8da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "pretty": true, "rootDir": "./src", "outDir": "dist", + "baseUrl": "./", "declaration": true, "declarationDir": "types", "sourceMap": true,