Skip to content

Commit

Permalink
chore: fix type for raw markdown (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf authored Mar 19, 2024
1 parent 36389bd commit 8c537be
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 8c537be

Please sign in to comment.