Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at prettier-config 14 lines 336 B view raw
1{ 2 "$schema": "https://json.schemastore.org/tsconfig", 3 "compilerOptions": { 4 "target": "ESNext", 5 "module": "ESNext", 6 "moduleResolution": "node", 7 "esModuleInterop": true, 8 "forceConsistentCasingInFileNames": true, 9 "composite": true, 10 "declarationMap": true, 11 "strict": true, 12 "skipLibCheck": true 13 } 14}