Enable strictPropertyInitialization (#25735)
This commit is contained in:
parent
6726b93cb4
commit
0a4a205fbe
2 changed files with 1 additions and 40 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue