Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Last active February 1, 2020 02:46
Show Gist options
  • Select an option

  • Save hackintoshrao/c1b4adb0edde410282e2191eb4f5b152 to your computer and use it in GitHub Desktop.

Select an option

Save hackintoshrao/c1b4adb0edde410282e2191eb4f5b152 to your computer and use it in GitHub Desktop.
Bsconfig.json
{
"name": "dgraph-reason",
"reason": { "react-jsx": 3 },
"bsc-flags": ["-bs-super-errors"],
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"package-specs": [
{
"module": "es6",
"in-source": true
}
],
"suffix": ".js",
"namespace": true,
"bs-dependencies": [
"reason-react"
],
"ppx-flags": [],
"refmt": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment