Popcorn-Limited / vaultcraft-sdk

0 stars 2 forks source link

config(build): use correct imports for dist #16

Closed 0xruhum closed 1 year ago

0xruhum commented 1 year ago

typescript's path config isn't used when ts is transpiled to js. Because of that the js files pointed to the wrong files which caused issues when the library was imported in another project. Babel fixes that