16 lines
204 B
JSON
16 lines
204 B
JSON
|
|
||
|
{
|
||
|
"extends": "../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"paths": {
|
||
|
"react-native-vision-camera": ["../src/index"]
|
||
|
},
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|