Expo SDK 51 TypeScript scaffold with all architecture files. Verified: tsc 0 errors, jest passes.
11 lines
152 B
JSON
11 lines
152 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|