Fix atomic markdown mention deletion

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-03-22 06:34:15 -05:00
parent db42adf1bf
commit bd0b76072b
7 changed files with 242 additions and 1 deletions

View file

@ -13,7 +13,8 @@
"noEmit": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"lexical": ["./node_modules/lexical/index.d.ts"]
}
},
"include": ["src"]