mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 09:58:18 -07: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…
Reference in New Issue
Block a user