elm-native-library/bsconfig.json
2023-01-05 20:23:33 +05:30

19 lines
270 B
JSON

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