Closed ZAJ0711 closed 7 months ago
react
when yarn add novel can't find novel/extensions module import { TiptapImage, TiptapLink, UpdatedImage, TaskList, TaskItem, HorizontalRule, StarterKit, Placeholder, } from "novel/extensions"; whitch can't import
none
No response
This has been mentioned before. I think you need to add "moduleResolution": "bundler" to you tsconfig.json compilerOptions
"moduleResolution": "bundler"
compilerOptions
#357
Provide environment information
react
Describe the bug
when yarn add novel can't find novel/extensions module import { TiptapImage, TiptapLink, UpdatedImage, TaskList, TaskItem, HorizontalRule, StarterKit, Placeholder, } from "novel/extensions"; whitch can't import
Link to reproduction
none
To reproduce
none
Additional information
No response