add config module and update exports in package.json

This commit is contained in:
2026-03-07 10:46:32 +01:00
parent 9a6ff66d72
commit 751a49f268
2 changed files with 29 additions and 1 deletions

View File

@@ -38,6 +38,7 @@
"exports": {
".": "./dist/index.js",
"./markdown": "./dist/markdown.js",
"./cli/utils": "./dist/cli/utils.js"
"./cli/utils": "./dist/cli/utils.js",
"./config": "./dist/config/index.js"
}
}