Created
November 15, 2017 20:37
-
-
Save parro-it/7da28a55c421351fa755d5b8115e2a8c to your computer and use it in GitHub Desktop.
std-esm-config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
“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