monaco-editor-auto-typings icon indicating copy to clipboard operation
monaco-editor-auto-typings copied to clipboard

[BUG] Not able to load types to .js files imports

Open HonzaTuron opened this issue 2 years ago • 0 comments

First thing first, thank you for your great library! Anyway, I'm struggling with setup for .js files. Description below.

Describe the bug When I set default file as JavaScript, ts definitions are downloaded, but not applied for js imports (import is marked as unresolved)

To Reproduce Load js file with some npm import

Expected behavior import is correctly loaded from ts definitions

HonzaTuron avatar Aug 10 '22 06:08 HonzaTuron