Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 18 lines 432 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "allowImportingTsExtensions": false, 7 "strict": true, 8 "declaration": true, 9 "outDir": "./dist", 10 "rootDir": "./src", 11 "types": ["node"], 12 "skipLibCheck": true, 13 "allowSyntheticDefaultImports": true, 14 "esModuleInterop": true 15 }, 16 "include": ["src/**/*"], 17 "exclude": ["dist", "node_modules"] 18}