fanzine/bsconfig.json

19 lines
280 B
JSON
Raw Normal View History

2022-03-29 12:45:52 +00:00
{
"name": "fanzine",
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"package-specs": [
{
"module": "es6",
2022-03-29 13:23:10 +00:00
"in-source": false
2022-03-29 12:45:52 +00:00
}
],
"suffix": ".bs.js",
2022-03-30 13:03:19 +00:00
"reason": { "react-jsx": 3 },
"bs-dependencies": ["@rescript/react"]
2022-03-29 12:45:52 +00:00
}