Skip to content

Commit

Permalink
build(ts): Add temporary module declaration for tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed May 31, 2020
1 parent 9fae63d commit b7f3991
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ declare module 'remark-html' {
const html: any
export default html
}

declare module 'remark-highlight.js'

declare module 'remark-footnotes'

0 comments on commit b7f3991

Please sign in to comment.