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

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

Enforce posix paths #3

Open antoinetissier opened 4 years ago

antoinetissier commented 4 years ago

Hello there, we meet again :D

When working on windows but having a codebase with posix paths, yarn-workspaces-to-typescript-project-references write can lead to / being replaced by \\ in every single tsconfig.json.

Using path.posix would allow to avoid that problem