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
It is new and shinny type testing tool. I wrote it to replace tsd-lite, a fork of tsd that was able to handle monorepos. Unfortunately tsds architecture has many limitations, so I decided to create a new tool.
For example, TSTyche is able to test on specified version of TypeScript tstyche --target 4.8. By default, it loads the installed versions of TypeScript. In contrary tsd ships its own @tsd/typescript. Hence the install size of tsd currently is 48.0MB (note that typescripts size is 20.8MB) and tstyche is only 200kB. Also this means that, if TypeScript gets upgraded TSTyche will use that version, but tsd will still use the one it shipped with.
No description provided.
The text was updated successfully, but these errors were encountered: