catala/runtimes/rescript/bsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
363 B
JSON
Raw Normal View History

2023-05-05 12:06:20 +03:00
{
"name": "@catala-lang/rescript-catala",
"sources": [
{
"dir": "src",
"subdir": true
}
],
"package-specs": [
{
"module": "es6",
"in-source": true
}
],
"suffix": ".bs.js",
"refmt": 3,
"jsx": { "version": 4, "mode": "classic" },
"bs-dependencies": [
"decco"
],
"ppx-flags": [
"decco/ppx"
]
}