mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Allow json file imports in typescript files
This commit is contained in:
parent
30c2bc0811
commit
a9f5f433e6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
"resolveJsonModule": true,
|
||||||
"outDir": "./dist/",
|
"outDir": "./dist/",
|
||||||
"checkJs": false,
|
"checkJs": false,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue