Skip to content

Instantly share code, notes, and snippets.

@vmarcosp
Created July 14, 2022 20:59
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 vmarcosp/69ad399309b3360a60905fd1d6b03f24 to your computer and use it in GitHub Desktop.
Save vmarcosp/69ad399309b3360a60905fd1d6b03f24 to your computer and use it in GitHub Desktop.
Basic bsconfig.json
{
"name": "spacy",
"namespace": false,
"reason": {
"react-jsx": 3
},
"bs-dependencies": [],
"ppx-flags": [],
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"package-specs": {
"module": "commonjs",
"in-source": true
},
"warnings": {
"error": "+8"
},
"suffix": ".bs.js",
"bsc-flags": ["-bs-g", "-bs-super-errors"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment