Skip to content

Instantly share code, notes, and snippets.

@maxlibin
Last active September 12, 2019 15:28
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 maxlibin/9e059452d2828b0c65f048cc2c52c47b to your computer and use it in GitHub Desktop.
Save maxlibin/9e059452d2828b0c65f048cc2c52c47b to your computer and use it in GitHub Desktop.
bsconfig
{
"name": "some-name",
"version": "0.0.1",
"namespace": false,
"sources": {
"dir": "src",
"subdirs": true
},
"ignored-dirs": ["./ignored-folder"],
"bs-dependencies": ["reason-react"],
"bs-dev-dependencies": ["bs-jest"],
"generators": [],
"cut-generators": false,
"gentypeconfig": "",
"reason": {
"react-jsx": 3
},
"bsc-flags": ["-bs-super-errors"],
"package-specs": {
"module": "es6",
"in-source": true
},
"ppx-flags": ["bs-emotion-ppx"],
"js-post-build": "",
"suffix": ".bs.js",
"warnings": {
"error": "+101"
},
"use-stdlib": false,
"namespace": true,
"refmt": 3,
"refmt-flags": [""],
"bs-external-includes": [""],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment