elm-native-library/bsconfig.json
2023-01-11 14:59:07 +05:30

19 lines
262 B
JSON

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