1
0
Fork 0
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:
Bill Thornton 2023-04-16 23:20:23 -04:00
parent 30c2bc0811
commit a9f5f433e6

View file

@ -10,6 +10,7 @@
"strict": true,
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"outDir": "./dist/",
"checkJs": false,
"strictNullChecks": true,