Include app source and update .gitignore to exclude local release artifacts and signing files. Made-with: Cursor
12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"skipLibCheck": true
|
|
}
|
|
}
|