Skip to content

Commit

Permalink
Downgrade to TypeScript 3.6
Browse files Browse the repository at this point in the history
TypeScript 3.7 generates a .d.ts with setter and getter incompatible with old versions of
TS, such as the ones Angular 7 and 8 depend on.

See aws-amplify/amplify-js#4389 (comment)
  • Loading branch information
socram8888 committed Nov 25, 2019
1 parent 080d024 commit 95a8369
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"mocha": "^6.2.2",
"node-webcrypto-ossl": "^1.0.48",
"ts-node": "^8.5.0",
"typescript": "^3.7.2"
"typescript": "^3.6.4"
}
}

0 comments on commit 95a8369

Please sign in to comment.