1{ 2 "extends": "expo/tsconfig.base", 3 "compilerOptions": { 4 "strict": true, 5 "paths": { 6 "@/*": ["./*"] 7 }, 8 "baseUrl": "src" 9 }, 10 "include": [ 11 "**/*.ts", 12 "**/*.tsx", 13 ".expo/types/**/*.ts", 14 "expo-env.d.ts", 15 "src/**/*.ts", 16 "src/**/*.tsx" 17 ] 18}