2a7c5fa269
Expo/React Native app with local SQLite archive and bincio-activity sync.
17 lines
223 B
JSON
17 lines
223 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".expo/types/**/*.d.ts"
|
|
]
|
|
}
|