Answers for "where to add "type": "module" in the package.json"

0

where to add "type": "module" in the package.json

{
  "name": "learning_ES6",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "type":"module",
  "author": "tinydev",
  "license": "ISC",
}
Posted by: Guest on September-22-2021

Code answers related to "where to add "type": "module" in the package.json"

Code answers related to "Javascript"

Browse Popular Code Answers by Language