Skip to content

Commit

Permalink
Fall back to TypeScript 3.5
Browse files Browse the repository at this point in the history
There are apparently some type-inference issues in TypeScript 3.6:

microsoft/TypeScript#33131
  • Loading branch information
maxdeviant committed Aug 29, 2019
1 parent a79d399 commit f71f8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"read-pkg-up": "^4.0.0",
"ts-jest": "^24.0.1",
"tslib": "^1.10.0",
"typescript": "^3.6.2",
"typescript": "^3.5.3",
"which": "^1.3.1",
"yargs-parser": "^11.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3435,7 +3435,7 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

typescript@^3.6.2:
typescript@^3.5.3:
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
Expand Down

0 comments on commit f71f8e5

Please sign in to comment.