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
Adding the incremental: true flag to my tsconfig.base.json reduces compile time by >50% in the average case. Deployment packages sizes are unchanged because the files array in the package.json files explicitly only looks for .js and .d.ts files.
The text was updated successfully, but these errors were encountered:
Adding the
incremental: true
flag to mytsconfig.base.json
reduces compile time by >50% in the average case. Deployment packages sizes are unchanged because thefiles
array in thepackage.json
files explicitly only looks for.js
and.d.ts
files.The text was updated successfully, but these errors were encountered: