Folo/apps/mobile/native/example/tsconfig.json

11 lines
186 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"follow-native": ["../src/index"],
"follow-native/*": ["../src/*"]
}
}
}