Pick up TS 4.4@next for building

- Disables the two new strictness options for now
- Adopt shared tsconfig for `microsoft-authentication `
This commit is contained in:
Matt Bierner
2021-06-07 14:43:52 -07:00
parent 4c3191731b
commit 0ec29f0fcf
7 changed files with 22 additions and 18 deletions

View File

@@ -6,6 +6,8 @@
],
"module": "commonjs",
"strict": true,
"strictOptionalProperties": false,
"useUnknownInCatchVariables": false,
"alwaysStrict": true,
"noImplicitAny": true,
"noImplicitReturns": true,