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