rationale
Version:
Rationale is a collection of helper utility functions that are absent in the OCaml/ReasonML standard library.
24 lines • 618 B
JSON
// This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json
// BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas.
{
"name": "rationale",
"version": "0.1.0",
"sources": [
{
"dir": "src"
},
{
"dir": "__tests__",
"type": "dev"
},
{
"dir": "examples",
"type": "dev"
}
],
"bs-dev-dependencies": [
"@glennsl/bs-jest"
],
"namespace": true,
"refmt": 3
}