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.
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.