Files
react-native-jecnaapi/example/tsconfig.json
T
jzitnik edb1d5fe82 Initial commit
Generated by create-expo-module 56.0.3.
2026-06-21 12:06:37 +02:00

11 lines
202 B
JSON

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