You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in TypeScript 5.6, `.tsbuildinfo` file is always written in a
`--build` invocation[^1].
So the entire community need to embrace the new behavior and explicitly
set `tsbuildInfoFile` if they want to avoid polluting the project root.
So I think it's no longer our responsibility to find a workaround for
the users.
Closes#27
[^1]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/#tsbuildinfo-is-always-written
0 commit comments