Build VS Code using TS 4.4 (#127823)

* Build VS Code using TS 4.4

* Remove usages of deprecated `ClientRectList`

* Add any casts for missing `caretRangeFromPoint`

* Add temporary any casts for `zoom` css propery

This non-standard css property no longer exists in lib.dom.d.ts

* MouseWheelEvent -> WheelEvent

* Pick up new TS nightly

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
This commit is contained in:
Matt Bierner
2021-07-08 14:27:39 -07:00
committed by GitHub
parent 4fe851b9a7
commit 0762d23ae7
31 changed files with 74 additions and 76 deletions

View File

@@ -8,7 +8,7 @@
"noUnusedLocals": true,
"allowUnreachableCode": false,
"strict": true,
"strictOptionalProperties": false,
"exactOptionalPropertyTypes": false,
"useUnknownInCatchVariables": false,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",