1
0
Fork 0
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:
Dmitry Lyzo 2022-02-18 14:27:39 +03:00
parent a42053563d
commit df0adbae3d

View file

@ -5,7 +5,7 @@
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true, "esModuleInterop": true,
"noImplicitAny": false, "noImplicitAny": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"strict": true, "strict": true,
"module": "ESNext", "module": "ESNext",