@monceeef/expo-images-picker
Version:
Expo images picker, Selecting Multiple images and videos from user device
17 lines • 383 B
JSON
{
"compilerOptions": {
"declaration": true,
"strictNullChecks": true,
"target": "es5",
"outDir": "dist",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"lib": ["es2015", "dom"],
"rootDir": "src",
"jsx": "react",
"allowSyntheticDefaultImports": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}