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