Search code examples
typescriptcreate-react-app

Default location for compiled js files in create-react-app --typescript


I'm using the typescript version of create-react-app. I'm only using npm start (not npm build).

I'd like to inspect the js files create by typescript but I can can't find a build folder. Where are the compiled files saved?


Solution

  • npm start will strat via webpack-dev-server. webpack-dev-server using caching for output files. there is no directory. try to build with other option