{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "paths": { "@/*": ["./*"], "tailwind.config": ["./tailwind.config.js"] } } }