make vscode show error when importing commonjs module incorrectly
I have typescript repo with esm and type=module, so, no commonJS.
I need to import a commonJS package and I did something like:
I have typescript repo with esm and type=module, so, no commonJS.
I need to import a commonJS package and I did something like: