Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es5",
|
||
|
|
"lib": ["es5", "dom"],
|
||
|
|
"types": ["cypress", "node"],
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"esModuleInterop": true
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts"]
|
||
|
|
}
|