fix build
This commit is contained in:
parent
789e4d57b9
commit
7f54b1bfb8
3 changed files with 12 additions and 7 deletions
4
packages/core/src/markdown.d.ts
vendored
Normal file
4
packages/core/src/markdown.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
declare module "*.md" {
|
||||
const content: string
|
||||
export default content
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue