Skip to content

Instantly share code, notes, and snippets.

@djyde
Created February 27, 2018 08:21
Show Gist options
  • Save djyde/054c02dd3a63b9ee68600d5a3c181279 to your computer and use it in GitHub Desktop.
Save djyde/054c02dd3a63b9ee68600d5a3c181279 to your computer and use it in GitHub Desktop.
// bsconfig.json
{
"name": "whatever",
"reason": {
"react-jsx": 2
},
"sources": {
"dir": "src",
"subdirs": true
},
"package-specs": {
"module": "commonjs",
"in-source": true
},
"suffix": ".bs.js",
"bs-dependencies": [
"reason-react"
],
"warnings": {
"error": "+101"
},
"namespace": true,
"refmt": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment