This project is chrome extension react app that include below libraries.
- eslint
- babel
- prettier
- tsconfig
- babel loader
If you want to make chrome extension using react typescript then just follow below things.
- npx chrome-extension-react-app project-name-you-want
- go to folder made
- develop that you want.
- npm run build
- dist folder will created upload this dist folder in chrome://extensions.
- Then you can test your app in your local.