react-native-vision-camera/package/example/tsconfig.json
2024-01-19 14:33:45 +01:00

16 lines
219 B
JSON

{
"extends": "../tsconfig",
"compilerOptions": {
"paths": {
"react-native-vision-camera": ["../src/index"]
},
},
"include": [
"src",
"index.js"
],
"exclude": [
"node_modules"
]
}