fanzine/bsconfig.json

19 lines
329 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
}
],
2022-03-31 16:47:26 +00:00
"suffix": ".mjs",
2022-03-30 13:03:19 +00:00
"reason": { "react-jsx": 3 },
2022-03-31 16:47:26 +00:00
"bs-dependencies": ["@rescript/react", "@ryyppy/rescript-promise", "rescript-aws-sdk-v3"]
2022-03-29 12:45:52 +00:00
}