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