-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update typescript to 3.9 and enable skipLibCheck
TS 3.9 offers a few speed improvements. Nothing huuuuuge, but it shaves 3 seconds of our build and type-check commands. Enabling skipLibCheck (as set by our parent TS configs) meanwhile saves an additional 10 seconds as we don't bother checking TS declaration files that we don't use. Recently TS's init scripts were updated so now this is set to true in newly creacted configs so I'm now more confident in following suit. On Master: type-check took ~38s, build took ~52s This commit: type-check took ~24.5s, build took ~37s
- Loading branch information
Showing
4 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters