Is there a way to enable VSCode intellisense for a node .mjs project?

256 Views Asked by At

I'm writing a small node cli app in a sub-folder of my project.

I'm using .mjs files.

Is there a way to enable VSCode intellisense?

I tried with a .jsconfig with no luck.

1

There are 1 best solutions below

1
On

It is not possible due to the fact that modules are rejected as a standard by vscode and microsoft.