Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add remove main, module and types properties in package.json
New typescript version do not allow commonJS output with node16 moduleResolution. By adding back those 3 properties it should fix this issue and node16 moduleResolution should not be required anymore.
- Loading branch information