Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
Something went wrong. Try again.
613 B · 33 lines
JSON
12345678910111213141516171819202122232425262728293031323334{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "ESNext", "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "lib": [ "dom", "dom.iterable", "esnext" ],
"typeRoots": [ "../../node_modules/@types", "../../src/common/infrastructure/typings" ] }, "include": [ "**/*.ts", "../core/**/*.ts" ], "exclude": [ "../../node_modules", "../../coverage",
"../../_site", "../../docsite", "../../build", "../client" ]}