👽 Bonus section should use ts only something like ``` { "extends": "eslint-config-react-native-wcandillon/tsconfig.base", "compilerOptions": { "jsx": "react-native", "strict": true, "baseUrl": "./", "paths": { "~/*": ["src/*"] <------ here } } } ```