squiggle/bsconfig.json

31 lines
542 B
JSON
Raw Normal View History

2020-02-05 21:09:27 +00:00
{
2020-02-07 14:43:04 +00:00
"name": "probExample",
2020-02-05 21:09:27 +00:00
"reason": {
"react-jsx": 3
},
"sources": {
2020-02-07 14:43:04 +00:00
"dir": "src",
"subdirs": true
2020-02-05 21:09:27 +00:00
},
"bsc-flags": ["-bs-super-errors", "-bs-no-version-header"],
"package-specs": [{
"module": "commonjs",
"in-source": true
}],
"suffix": ".bs.js",
"namespace": true,
"bs-dependencies": [
"@foretold/components",
2020-02-07 14:43:04 +00:00
"bs-ant-design-alt",
"reason-react",
"bs-reform",
2020-02-13 18:35:10 +00:00
"bs-css",
"rationale",
"bs-moment",
2020-02-07 14:43:04 +00:00
"reschema"
2020-02-05 21:09:27 +00:00
],
2020-02-07 14:43:04 +00:00
"refmt": 3,
"ppx-flags": [
"lenses-ppx/ppx"
]
2020-02-07 14:43:04 +00:00
}