Skip to content

Commit

Permalink
fix(ts): fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Jan 4, 2022
1 parent 902ffc8 commit 3ad2625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ declare namespace prettier {
* Note: This may take some time because rollup-plugin-prettier diffs the
* output to manually generate a sourcemap.
*/
sourcemap?: boolean;
sourcemap?: boolean | 'silent';
}
}

Expand Down

0 comments on commit 3ad2625

Please sign in to comment.