sublimelsp / LSP-typescript

TypeScript, JavaScript support for Sublime LSP plugin
MIT License
135 stars 11 forks source link

why it import from minified react not just react? #143

Closed sirlaurie closed 2 years ago

sirlaurie commented 2 years ago

Sublime Text 4, Build 4131 LSP v1.16.2 LSP-typescript v1.10.5 with default preferences

image
rchl commented 2 years ago

If you can reproduce in VSCode then I'd suggest asking at https://github.com/microsoft/TypeScript

sirlaurie commented 2 years ago

I found a solution on stackoverflow npm install @types/react and it does work.