16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"include": ["."],
|
|
"exclude": ["node_modules", "./react-native-vision-camera/package"],
|
|
"extends": ["expo/tsconfig.base"],
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "lib",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"react-native-vision-camera": ["./react-native-vision-camera/package/lib"]
|
|
}
|
|
}
|
|
}
|