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