Skip to content

Instantly share code, notes, and snippets.

@vmarcosp
Created September 21, 2021 23:46
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmarcosp/3b9e1b7e8fc986a1ba35626c6dd9b581 to your computer and use it in GitHub Desktop.
Save vmarcosp/3b9e1b7e8fc986a1ba35626c6dd9b581 to your computer and use it in GitHub Desktop.
Configuração do compilador do ReScript - Curso EcmaScript2077
{
"name": "rescript-vanilla",
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"package-specs": [
{
"module": "es6",
"in-source": true
}
],
"suffix": ".bs.js",
"bs-dependencies": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment