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.
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.
Copyright © 2021 Jogjafile Inc.
It is not possible due to the fact that modules are rejected as a standard by vscode and microsoft.