Enable strictPropertyInitialization (#25735)

This commit is contained in:
Michael Telatynski 2023-07-07 14:46:14 +01:00 committed by GitHub
parent 6726b93cb4
commit 0a4a205fbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 40 deletions

View file

@ -13,8 +13,7 @@
"declaration": true,
"jsx": "react",
"lib": ["es2020", "dom", "dom.iterable"],
"strict": true,
"useUnknownInCatchVariables": false
"strict": true
},
"include": [
"./node_modules/matrix-js-sdk/src/@types/*.d.ts",