mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Disable implicit any
This commit is contained in:
parent
a42053563d
commit
df0adbae3d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitAny": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"module": "ESNext",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue