Skip to content

feat: improve web TSC build performance

Alen Zubic requested to merge feat/improve-web-build-speed into main

Improve use of tsc command from 24s to 9s. Most of the time is consumed

This is 9s profile (heavy on findSourceFile): image

20s+ second profile (heavy on checkExpression and findSourceFile): image

Merge request reports