Skip to content

Commit d7b82f7

Browse files
committed
chore: update infer types option jsdoc
1 parent 523f0f5 commit d7b82f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/options.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ export type GenerateDtsOptions = {
4848
*
4949
* When this option is enabled, TypeScript's compiler is used to generate declaration files,
5050
* which will automatically infer the types of exports, eliminating the need for explicit type annotations.
51-
*
52-
* This option is enabled by default if `isolatedDeclarations` is disabled or not specified
53-
* in your tsconfig.json's compilerOptions.
5451
*/
5552
inferTypes?: boolean
5653
}

0 commit comments

Comments
 (0)