Created
September 21, 2021 23:46
-
-
Save vmarcosp/3b9e1b7e8fc986a1ba35626c6dd9b581 to your computer and use it in GitHub Desktop.
Configuração do compilador do ReScript - Curso EcmaScript2077
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
{ | |
"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