Skip to content

Commit

Permalink
chore: fix type for raw markdown (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf authored and jeffmaury committed Mar 19, 2024
1 parent 37788b6 commit 4679a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/markdown.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* SPDX-License-Identifier: Apache-2.0
***********************************************************************/

declare module '*.md' {
declare module '*.md?raw' {
const contents: string;
export = contents;
}

0 comments on commit 4679a66

Please sign in to comment.