VSCode Migrate Typescript CommonJS to ESM
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
VSCode Migrate Typescript CommonJS to ESM - VSCode Migrate Typescript CommonJS to ESM ## How to migrate typescript commonjs to esm with vscode
package.json
add following key to package.json`
jsonc
{
“type”: “module”,
“main”: “./dist/src/main.js”,
“exports”: {
“.”: “./di
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.