elm-native-library/elm-native-js/bsconfig.json
2023-01-13 13:57:49 +05:30

19 lines
255 B
JSON

{
"name": "elm-native-js",
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"package-specs": [
{
"module": "es6",
"in-source": true
}
],
"suffix": ".bs.js",
"bsc-flags": [],
"bs-dependencies": []
}