Last active
September 12, 2019 15:28
-
-
Save maxlibin/9e059452d2828b0c65f048cc2c52c47b to your computer and use it in GitHub Desktop.
bsconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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