I have a project created from create-react-app and is in typescript, I want to add suport for custom react-scripts without eject so what would be the best way to do it.
Khizer.
Use this package for custom scripts in TS by using this command
create-react-app my-app --scripts-version custom-react-scripts
(custom react script for TS)[https://www.npmjs.com/package/custom-react-scripts-ts]
BTW, which custom script you want to add
1.4m articles
1.4m replys
5 comments
57.0k users