5b1ee7f0a6
Value: [2e-1 to 6.5e-1]
41 lines
810 B
JSON
41 lines
810 B
JSON
{
|
|
"name": "@quri/squiggle-lang",
|
|
"sources": [
|
|
{
|
|
"dir": "src/rescript",
|
|
"subdirs": true
|
|
},
|
|
{
|
|
"dir": "__tests__",
|
|
"type": "dev",
|
|
"subdirs": true
|
|
}
|
|
],
|
|
"bsc-flags": ["-bs-super-errors", "-bs-no-version-header", "-bs-g"],
|
|
"package-specs": [
|
|
{
|
|
"module": "commonjs",
|
|
"in-source": true
|
|
}
|
|
],
|
|
"suffix": ".bs.js",
|
|
"namespace": true,
|
|
"bs-dependencies": ["@glennsl/rescript-jest", "bisect_ppx"],
|
|
"gentypeconfig": {
|
|
"language": "typescript",
|
|
"module": "commonjs",
|
|
"shims": { "Js": "Js" },
|
|
"debug": {
|
|
"all": false,
|
|
"basic": false
|
|
}
|
|
},
|
|
"refmt": 3,
|
|
"warnings": {
|
|
"number": "+A-42-48-9-30-4"
|
|
},
|
|
"ppx-flags": [
|
|
["../../node_modules/bisect_ppx/ppx", "--exclude-files", ".*_test\\.res$$"]
|
|
]
|
|
}
|