@bunup/dts 0.14.23 → 0.14.24

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.d.ts +0 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -49,9 +49,6 @@ type GenerateDtsOptions = {
49
49
  *
50
50
  * When this option is enabled, TypeScript's compiler is used to generate declaration files,
51
51
  * which will automatically infer the types of exports, eliminating the need for explicit type annotations.
52
- *
53
- * This option is enabled by default if `isolatedDeclarations` is disabled or not specified
54
- * in your tsconfig.json's compilerOptions.
55
52
  */
56
53
  inferTypes?: boolean;
57
54
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunup/dts",
3
- "version": "0.14.23",
3
+ "version": "0.14.24",
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": {