@bunup/dts 0.14.27 → 0.14.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -155,7 +155,8 @@ async function loadTsConfig(cwd, preferredPath) {
155
155
  name: "tsconfig",
156
156
  extensions: [".json"],
157
157
  preferredPath,
158
- cwd
158
+ cwd,
159
+ maxDepth: 1
159
160
  });
160
161
  return config;
161
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunup/dts",
3
- "version": "0.14.27",
3
+ "version": "0.14.28",
4
4
  "description": "An extremely fast TypeScript declaration bundler built on Bun's native bundler.",
5
5
  "homepage": "https://github.com/bunup/dts#readme",
6
6
  "bugs": {