steven-tey / novel

Notion-style WYSIWYG editor with AI-powered autocompletion.
https://novel.sh
Apache License 2.0
11.8k stars 980 forks source link

Cannot find module 'novel/extensions' or its corresponding type declarations. #397

Closed reymondgomera closed 1 month ago

reymondgomera commented 1 month ago

i am using novel: "^0.4.2",

error

andrewdoro commented 1 month ago

Hey this library is no longer supporting moduleResolution: "node" in the tsconfig. Please check in your tsconfig if you are using a newer option. Novel demo is using "moduleResolution": "Bundler".

you can also find a modern config here

https://www.totaltypescript.com/tsconfig-cheat-sheet

reymondgomera commented 1 month ago

i did change it to "moduleResolution": "Bundler" and it work. Thank you