Skip to content

Instantly share code, notes, and snippets.

@peterpme
Created February 27, 2018 18:33
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 peterpme/0ff6354c2c2bcfc33783b3e1a4af5f40 to your computer and use it in GitHub Desktop.
Save peterpme/0ff6354c2c2bcfc33783b3e1a4af5f40 to your computer and use it in GitHub Desktop.
React Native + ReasonML bsconfig.json
{
"name": "altos-react-native",
"reason": {"react-jsx" : 2},
"bsc-flags": ["-bs-super-errors"],
"package-specs": [{
"module": "commonjs",
"in-source": true
}],
"suffix": ".bs.js",
"namespace": true,
"bs-dependencies": [
"bs-react-native",
"reason-react"
],
"sources": [{
"dir": "re"
}],
"refmt": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment