interledgerjs / ilp-connector

Reference implementation of an Interledger connector.
Other
135 stars 53 forks source link

fix: only publish compiled typescript #496

Closed kincaidoneil closed 4 years ago

kincaidoneil commented 4 years ago

Since ilp-connector published its TS source to NPM, I've run into TS build errors in modules that depend on it if they use a stricter/incompatible tsconfig. Now, only the type declarations and transpiled JS will be published.

Also, includes a fix for an issue with the exported types, an issue that prevented shutdown, and some other minor clean-up.

kincaidoneil commented 4 years ago

Superceded by #497 -- CI doesn't seem to like forks