This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TypeScriptVersion.latest instead of "next" (#279)
* Convert latest TS version to "next" on DT dtslint installs the latest version of typescript as "next" because that's the npm name. Probably a better fix is to install typescript@next into a directory with the same name as the rest, stripping off the .0-dev.20200323 part. * Just install typescript@next into 3.9 folder This removes the need to change the name when testing dependencies. I'm not sure yet about when testing the main package. * Remove "next" from TsVersion type Instead, just use TYpeScriptVersion.latest everywhere except when installing from npm. * Update TS and fix new compile error
- Loading branch information
Showing
5 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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