Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Last active June 21, 2019 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arecvlohe/3d14faa1b66438344a3b7c23528d55aa to your computer and use it in GitHub Desktop.
Save arecvlohe/3d14faa1b66438344a3b7c23528d55aa to your computer and use it in GitHub Desktop.
A simple bsconfig for reason-react-starter
{
"name": "reason-react-starter",
// The syntax version for reason
"refmt": 3,
// The reason jsx syntax
"reason": { "react-jsx": 3 },
// The folder to look in to find reason files
"sources": ["src"],
// How to output the files
"package-specs": [
{
"module": "es6-global",
"in-source": false
}
],
// What bs dependencies there are which BuckleScript needs to compile ahead of time
"bs-dependencies": ["reason-react", "bs-css"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment