Step 1. Install Node modules

Step 2. Create tsconfig.json

Step 3. Create Public(for production bundle) and SRC(with index.html and index.ts) folders

Step 4. Create webpack.config.js to configurate Input and Output files

Step 5. Test you “Build” script

Step 6. Setting auto Compile and auto Build options

Step 7. Module export setup

Step 8. Source Map handling Errors setup

Step 9 (Additional). Adding ES Lint & Prettier

Step 10. SCSS and HTML compiler

Step 11 (Additional). Static JSON export

Already Setted Up project you can Download Here