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

@@ -8,6 +8,8 @@
"noUnusedLocals": true,
"allowUnreachableCode": false,
"strict": true,
"strictOptionalProperties": false,
"useUnknownInCatchVariables": false,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {