54 lines
917 B
JSON
54 lines
917 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",
|
|
"@glennsl/bs-json",
|
|
"rationale",
|
|
"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-102-20-27-41"
|
|
},
|
|
"ppx-flags": [
|
|
[
|
|
"../../node_modules/bisect_ppx/ppx",
|
|
"--exclude-files",
|
|
".*_test\\.res$$"
|
|
]
|
|
]
|
|
}
|