Try adding browser specific tsconfig

Trying to add this to catch dependencies we take on node types
This commit is contained in:
Matt Bierner
2021-07-22 17:00:09 -07:00
parent b7cba9e7d4
commit 134c345351
13 changed files with 37 additions and 21 deletions

View File

@@ -96,7 +96,7 @@ export class MarkdownEngine {
}
}
const frontMatterPlugin = require('markdown-it-front-matter');
const frontMatterPlugin = await import('markdown-it-front-matter');
// Extract rules from front matter plugin and apply at a lower precedence
let fontMatterRule: any;
frontMatterPlugin({