mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
chore(ts): suppress 'noUncheckedIndexedAccess'
- this makes any non-typed object (and array) fields be possibly undefined Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
749280e56b
commit
09170cd639
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"checkJs": false,
|
"checkJs": false,
|
||||||
"allowImportingTsExtensions": true,
|
"allowImportingTsExtensions": true,
|
||||||
|
"noUncheckedIndexedAccess": false,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||||
"types": [],
|
"types": [],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue