This readme
contains detailed instructions on
how to create similar project from scratch
npm init -y
git init
tsc --init
Installing typescript, webpack, webpack CLI and webpack dev server
npm i -D ts-node ts-loader typescript webpack webpack-cli webpack-dev-server jest @types/jest ts-jest@"<23.10.0"
...
"files": ["dist"],
...
jest --init
Performing dry-run to check if everything's working correctly
npm publish --dry-run