{ "extends": "expo/tsconfig.base", "exclude": ["__tests__/**/*-test.ts"], "compilerOptions": { "strict": true, "paths": { "@/*": [ "./src/*" ], "~/*": [ "./*" ], } }, "include": [ "**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts" ] }