hw-npm-module
1. `npm init` -- will init package.json 2. npm pack /??? 3. `npm install typescript -g` -- global installation for TS 4. `npm i -D react @types/react typescript` -- add dev dependency for TS and React 5. `tsc --init` -- init tsconfig.json 6. `tsc -p .` --