Updated to typescript 4

Summary:
allow-large-files

Updated to typescript 4. Note that this is no new major, the way TS numbers is that 4.0 is simply the number after 3.9 (so they refuse to use 3.10).

Primarily reason is that it allows us to use `/** deprecated */`. although there are definitely more interesting improvements

Reviewed By: passy, nikoant

Differential Revision: D23869445

fbshipit-source-id: 54e251b398b8698d9b18898ce66c3203b32aa356
This commit is contained in:
Michel Weststrate
2020-09-24 05:56:14 -07:00
committed by Facebook GitHub Bot
parent 9f43f01501
commit 191df465b7
15 changed files with 97 additions and 138 deletions

View File

@@ -21,7 +21,7 @@
"prettier": "^2.0.0",
"ts-jest": "^26.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.5"
"typescript": "^4.0.3"
},
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",