Skip to content

Commit

Permalink
Pin TS version to work around OOM in parsing (DefinitelyTyped#51845)
Browse files Browse the repository at this point in the history
Parsing in TS nightly uses more memory, which cause dtslint-runner to
OOM.
  • Loading branch information
sandersn authored Mar 18, 2021
1 parent 35e6aad commit 455723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.1.1",
"remark-cli": "^9.0.0",
"remark-validate-links": "^10.0.2",
"typescript": "next"
"typescript": "4.3.0-dev.20210316"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 455723f

Please sign in to comment.