From b7f3991d319e713e8e7a628f05f1bba5b7d6660f Mon Sep 17 00:00:00 2001 From: ruedap Date: Sun, 31 May 2020 20:59:28 +0900 Subject: [PATCH] build(ts): Add temporary module declaration for tsc --- global.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global.d.ts b/global.d.ts index b681c314..330db513 100644 --- a/global.d.ts +++ b/global.d.ts @@ -2,3 +2,7 @@ declare module 'remark-html' { const html: any export default html } + +declare module 'remark-highlight.js' + +declare module 'remark-footnotes'