Skip to content

Instantly share code, notes, and snippets.

@parro-it
Created November 15, 2017 20:37
Show Gist options
  • Save parro-it/7da28a55c421351fa755d5b8115e2a8c to your computer and use it in GitHub Desktop.
Save parro-it/7da28a55c421351fa755d5b8115e2a8c to your computer and use it in GitHub Desktop.
std-esm-config.json
“ava”: {
"require”: [
  “@std/esm”
  ]
},
“@std/esm”: {
“esm”: “js”,
“cjs”: true
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment