17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": [
|
|
"*"
|
|
],
|
|
"@firebase/auth": [
|
|
"./node_modules/@firebase/auth/dist/index.rn.d.ts"
|
|
]
|
|
}
|
|
}
|
|
} |