在nodeJS 模块中写ESM模块

  • 升级 node 版本至>=14.0
  • 配置 package.json
"type": "module",