Lerna setup
Typescript setup
ESM & CJS targets for typescript
Did some research on commonjs and esm hybrid module support. This provides an option for modern browsers to use the ESM.
Doing so will make the testing and compilation a bit more complex. Example you have two targets, so you now have to create two different scripts for compilation and for testing.
Jest setup
Lerna setup
Typescript setup
ESM & CJS targets for typescript
Did some research on commonjs and esm hybrid module support. This provides an option for modern browsers to use the ESM.
Doing so will make the testing and compilation a bit more complex. Example you have two targets, so you now have to create two different scripts for compilation and for testing.
Jest setup