this repo has no description
at main 194 B view raw
1{ 2 "extends": "expo/tsconfig.base", 3 "compilerOptions": { 4 "strict": true, 5 "paths": { 6 "expo-atproto-auth": ["../src/index"], 7 "expo-atproto-auth/*": ["../src/*"] 8 } 9 } 10}