A decentralized music tracking and discovery platform built on AT Protocol 馃幍
listenbrainz spotify atproto lastfm musicbrainz scrobbling
at main 739 B view raw
1{ 2 "compilerOptions": { 3 "allowJs": true, 4 "allowSyntheticDefaultImports": true, 5 "baseUrl": "src", 6 "declaration": true, 7 "sourceMap": true, 8 "esModuleInterop": true, 9 "inlineSourceMap": false, 10 "lib": ["esnext", "DOM"], 11 "listEmittedFiles": false, 12 "listFiles": false, 13 "moduleResolution": "node", 14 "noFallthroughCasesInSwitch": true, 15 "pretty": true, 16 "resolveJsonModule": true, 17 "rootDir": ".", 18 "skipLibCheck": true, 19 "strict": false, 20 "traceResolution": false, 21 "outDir": "", 22 "target": "esnext", 23 "module": "esnext", 24 "types": [ 25 "@types/node", 26 "@types/service-worker-mock", 27 "@cloudflare/workers-types/2023-07-01" 28 ] 29 }, 30 "exclude": ["node_modules", "dist", "tests"], 31 "include": ["src", "scripts"] 32}