Files
2026-03-27 00:38:12 -04:00

19 lines
285 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"moduleResolution": "bundler",
"types": [
"react",
"react-native"
],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
}
}