Creating an NPM repo with browser version, and also with testing and linting
This can be done by setting up,
- Multiple
tsconfig.json /browser.tscompiled by Parcel.js to/umd/index.min.js- ESLint, with
eslint --init - Testing, with
ts-mocha
So, the project is basically like this,
