Created
July 14, 2022 20:59
-
-
Save vmarcosp/69ad399309b3360a60905fd1d6b03f24 to your computer and use it in GitHub Desktop.
Basic bsconfig.json
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": "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