Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 12 lines 227 B view raw
1{ 2 "extends": "expo/tsconfig.base", 3 "compilerOptions": { 4 "strict": true, 5 "baseUrl": ".", 6 "paths": { 7 "@/*": ["*"], 8 "~/*": ["*"] 9 } 10 }, 11 "include": ["**/*.ts", "**/*.tsx", "nativewind-env.d.ts"] 12}