guardia-messenger/tsconfig.json

17 lines
249 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
"types/**/*.d.ts",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}