1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add noUncheckedIndexedAccess typescript option

This commit is contained in:
Bill Thornton 2025-01-11 16:28:29 -05:00
parent 3afe67ac6f
commit 173d05da8f

View file

@ -7,6 +7,7 @@
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"noUncheckedIndexedAccess": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"module": "ESNext",