Skip to content

Commit

Permalink
children fix attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jan 27, 2023
1 parent 10bfd8b commit bd4c814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mdx/lib/plugin/rehype-remove-raw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @typedef {import('hast').Root} Root
* @typedef {import('mdast-util-to-hast').Raw} DoNotRemoveUsedToAddRawToNodeType
* @typedef {import('mdast-util-to-hast')} DoNotRemoveUsedToAddRawToNodeType
*/

import {visit} from 'unist-util-visit'
Expand Down
5 changes: 4 additions & 1 deletion packages/mdx/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "../../tsconfig.json",
"include": ["lib/**/*.js", "test/**/*.js", "*.js"]
"include": ["lib/**/*.js", "test/**/*.js", "*.js"],
"compilerOptions": {
"types": ["mdast-util-to-hast", "@types/node"]
}
}

0 comments on commit bd4c814

Please sign in to comment.