fix: Upgrade markdown-it to fix text collapse bug (#3953)
* fix: Upgrade markdown-it to fix text collapse bug * tsc. Need to overwrite the types for now until all Prosemirror modules are updated, they have recently been converted to Typescript and the types conflict
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"target": "es2020",
|
||||
"paths": {
|
||||
"prosemirror-markdown": ["./node_modules/@types/prosemirror-markdown"],
|
||||
"@server/*": ["./server/*"],
|
||||
"@shared/*": ["./shared/*"],
|
||||
"~/*": ["./app/*"]
|
||||
|
||||
Reference in New Issue
Block a user