I did use npx create-react-app my-app --template typescript to create react typescript project
then i npm start it show the error appTsConfig.compilerOptions[option] = value
I have tried alot of times to create new one but its showing same error
Issue has already been opened for this see below: -
I too am not seeing the same issue, looks to the same issue raised 28 days ago which has been closed, guess its not been pushed out yet.
please tell a solution
same problem here, yesterday i created other project and worked fine... today is presenting the same error described above
as a stop gap, i followed this, but ideally it needs to be fixed as source.
https://github.com/facebook/create-react-app/issues/9868#issuecomment-723576740
the same thing happened to me someone can help me please? thanks
This should be a decent work around until it gets fixed. On your package.json
file, replace the start script with
"start": "rm -rf tsconfig.json && react-scripts start"
Most helpful comment
the same thing happened to me someone can help me please? thanks
