monaco-react
monaco-react copied to clipboard
Type declaration IntelliSense does not work properly in PREACT
I am trying to use monaco-react in preact generated by vite for TypeScript.
The editor works fine, but IntelliSense can not resolve type declaration.
P.S> I also tested it on react generated by vite for TypeScript with the same code. It works fine.