Open antoinetissier opened 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.
yarn-workspaces-to-typescript-project-references write
/
\\
tsconfig.json
Using path.posix would allow to avoid that problem
path.posix
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 singletsconfig.json
.Using
path.posix
would allow to avoid that problem