jherr / create-mf-app

CLI app to create Module Federation applications
MIT License
730 stars 84 forks source link

Resolve the missing tsconfig.json for the react application using typescript. #52

Closed souyang closed 1 year ago

souyang commented 1 year ago

Code Fix

[x] Ensure tsconfig.json file is available after creating the React App using typescrpt.

Issue URL

https://github.com/jherr/create-mf-app/issues/21

Steps to test:

  1. Checkout the code and run npm run start, ensure you choose framework = react and Language = typescript
  2. After the project is created, ensure that tsconfig.json file is available