apps/mobile/tsconfig.json
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-jsx"
},
"include": ["**/*.ts", "**/*.tsx"]
}
apps/mobile/tsconfig.json{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-jsx"
},
"include": ["**/*.ts", "**/*.tsx"]
}