mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2025-02-18 13:28:19 +00:00
Allow json file imports in typescript files
This commit is contained in:
parent
30c2bc0811
commit
a9f5f433e6
@ -10,6 +10,7 @@
|
||||
"strict": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "./dist/",
|
||||
"checkJs": false,
|
||||
"strictNullChecks": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user