Skip to content

Commit

Permalink
fix(napi/transform): fix index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Oct 3, 2024
1 parent 099ff3a commit 294da86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions napi/transform/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ export interface TransformResult {
*
* If parsing failed and `declaration` is set, this will be an empty string.
*
* @see {@link TypeScriptBindingOptions#declaration}
* @see {@link TypeScriptOptions#declaration}
* @see [declaration tsconfig option](https://www.typescriptlang.org/tsconfig/#declaration)
*/
declaration?: string
/**
* Declaration source map. Only generated if both
* {@link TypeScriptBindingOptions#declaration declaration} and
* {@link TypeScriptOptions#declaration declaration} and
* {@link TransformOptions#sourcemap sourcemap} are set to `true`.
*/
declarationMap?: SourceMap
Expand Down

0 comments on commit 294da86

Please sign in to comment.