Rafael Pedroso

Results 4 comments of Rafael Pedroso

For those who are using create-react-app with customize-cra you can use the Method 2 solution from @smac89 [here](https://stackoverflow.com/a/70452191/13326937) with addWebpackPlugin, this works fine for me. - react-scripts: 5.0.0 - webpack:...

I'm having same problem, already changed my target to ES6 in tsconfig.json but the auto complete stills dont work ``` { "extends": "../../tsconfig.json", "compilerOptions": { "declaration": true, "module": "ESNext", "target":...

Hello! We have some status update for this enhancement? Thanks!