elm-native-library/elm-native-js/bsconfig.json

19 lines
255 B
JSON
Raw Normal View History

2023-01-05 10:57:26 +03:00
{
2023-01-13 11:27:49 +03:00
"name": "elm-native-js",
2023-01-05 10:57:26 +03:00
"sources": [
{
2023-01-13 11:27:49 +03:00
"dir": "src",
2023-01-05 10:57:26 +03:00
"subdirs": true
}
],
"package-specs": [
{
"module": "es6",
"in-source": true
}
],
"suffix": ".bs.js",
2023-01-05 13:29:22 +03:00
"bsc-flags": [],
2023-01-05 10:57:26 +03:00
"bs-dependencies": []
}