reason-react-brunch
Version:
React bindings for Reason, modified to work with brunch and bucklescript
11 lines (10 loc) • 354 B
JSON
/* This is the BuckleScript configuration file. Note that this is a comment;
BuckleScript comes with a JSON parser that supports comments and trailing
comma. If this screws with your editor highlighting, please tell us by filing
an issue! */
{
"name" : "reason-react",
"sources": "src",
"refmt": 3,
"bsc-flags": ["-bs-no-version-header"]
}