Is there a way to alias a module name when adding it as a dependency in bsconfig?
I am trying to use the new @ryyppy/rescript-promise
package but I am also using rescript-relay
which depends on reason-promise
so I am receiving an error:
make inconsistent assumptions over interface Promise
Anyway around this?
Thanks!