Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix TS resolution for CJS package types (#29)
* limit typescript dependency to patch releases typescript is known to not follow semver and introduce breaking changes in minor versions * fix typescript resolution for cjs package types * add attw check to test script change prepare script to prepublishOnly: attw calls npm pack which in turn would call prepare and then deadlock --------- Co-authored-by: Steven Levithan <[email protected]>
- Loading branch information