Files
xod/packages/xod-tabtest/bsconfig.json

34 lines
819 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": "xod-tabtest",
"version": "0.33.0",
"sources": [
{
"dir" : "src",
"subdirs" : true
},
{
"dir" : "test",
"type" : "dev"
}
],
"package-specs": {
"module": "commonjs",
"in-source": true
},
"suffix": ".bs.js",
"bs-dependencies": [
"belt-holes",
"xod-func-tools",
"xod-project",
"xod-arduino"
],
"bs-dev-dependencies": ["@glennsl/bs-jest"],
"warnings": {
"error" : "+a"
},
"namespace": true,
"refmt": 3
}