Chore: update typescript and tslib versions (#39389)

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Ryan McKinley
2021-09-22 12:15:37 -07:00
committed by GitHub
parent f76a11c955
commit 1c64f7d3ff
23 changed files with 38 additions and 43 deletions

View File

@@ -12,7 +12,8 @@
"typeRoots": ["node_modules/@types", "public/app/types"],
"allowJs": true,
"strictNullChecks": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"useUnknownInCatchVariables": false
},
"extends": "@grafana/tsconfig/base.json",
"include": [