A decentralized music tracking and discovery platform built on AT Protocol 馃幍
listenbrainz
spotify
atproto
lastfm
musicbrainz
scrobbling
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": ["@types/node", "@types/express"],
25 },
26 "exclude": ["node_modules", "dist", "tests"],
27 "include": ["src", "scripts"],
28}