DylanVann / yarn-workspaces-to-typescript-project-references

Sync Yarn workspace dependencies with TypeScript project references.
MIT License
22 stars 6 forks source link

Don't remove options from root tsconfig #6

Open EdenGottlieb opened 3 years ago

EdenGottlieb commented 3 years ago

Right now, running this tool removes all existing keys from the root tsconfig.json. This fix makes sure that if the root TSConfig has existing keys in it (other than files and references) they are not overwritten.