react-app-rewire-typescript icon indicating copy to clipboard operation
react-app-rewire-typescript copied to clipboard

Add basic example of tsconfig.json on the README

Open yordis opened this issue 6 years ago • 1 comments

I am confused of where should I put outDir in the configuration so will be great if you could add some basic setup that people could follow

P.S: this is my first time with Typescript so basically this would help beginners 🔰

yordis avatar Nov 23 '17 13:11 yordis

For this case, you don't want an outDir at all. The actual build/compile is all handled by Webpack.

I'll see about adding more explanatory stuff, but it'll take updating things for the latest create-react-app/react-app-rewire first.

icopp avatar Dec 05 '17 04:12 icopp