stellar / js-soroban-client

Main Soroban client library for the Javascript language
https://stellar.github.io/js-soroban-client/
Apache License 2.0
22 stars 17 forks source link

include ts.d files in output lib #86

Closed sreuland closed 1 year ago

sreuland commented 1 year ago

the *.ts.d files were not being included in the lib output, causing ts validation errors for downstream client usage of types.

Closes #81