43 lines
740 B
JSON
43 lines
740 B
JSON
{
|
|
"name": "probExample",
|
|
"reason": {
|
|
"react-jsx": 3
|
|
},
|
|
"sources": [{
|
|
"dir": "src",
|
|
"subdirs": true
|
|
},
|
|
{
|
|
"dir": "showcase",
|
|
"type": "dev",
|
|
"subdirs": true
|
|
},
|
|
{
|
|
"dir": "__tests__",
|
|
"type": "dev",
|
|
"subdirs": true
|
|
}
|
|
],
|
|
"bsc-flags": ["-bs-super-errors", "-bs-no-version-header"],
|
|
"package-specs": [{
|
|
"module": "commonjs",
|
|
"in-source": true
|
|
}],
|
|
"suffix": ".bs.js",
|
|
"namespace": true,
|
|
"bs-dependencies": [
|
|
"@glennsl/bs-jest",
|
|
"@foretold/components",
|
|
"bs-ant-design-alt",
|
|
"reason-react",
|
|
"bs-reform",
|
|
"bs-css",
|
|
"rationale",
|
|
"bs-moment",
|
|
"reschema"
|
|
],
|
|
"refmt": 3,
|
|
"ppx-flags": [
|
|
"lenses-ppx/ppx"
|
|
]
|
|
} |