{ "compilerOptions": { "strict": true, "paths": { "@/*": [ "./*" ], "tailwind.config": [ "./tailwind.config.js" ] } }, "extends": "expo/tsconfig.base", "include": [ "**/*.ts", "**/*.tsx", "**/*.jsx" , "app/location/[id].jss" ] }