squiggle/bsconfig.json

27 lines
467 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": [
2020-02-07 14:43:04 +00:00
"bs-ant-design-alt",
"reason-react",
"bs-reform",
"reschema"
2020-02-05 21:09:27 +00:00
],
2020-02-07 14:43:04 +00:00
"refmt": 3,
"ppx-flags": [
"lenses-ppx/ppx"
],
}