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:
Tom Moor
2022-08-11 14:31:52 +01:00
committed by GitHub
parent a5d611d544
commit 1adcce6b5d
3 changed files with 27 additions and 21 deletions

View File

@@ -23,6 +23,7 @@
"suppressImplicitAnyIndexErrors": true,
"target": "es2020",
"paths": {
"prosemirror-markdown": ["./node_modules/@types/prosemirror-markdown"],
"@server/*": ["./server/*"],
"@shared/*": ["./shared/*"],
"~/*": ["./app/*"]