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