@oguzhnatly/react-native-image-manipulator
Version:
ImageManipulator for react native without Expo and Unimodules. Based on Expo ImageManipulator
25 lines • 629 B
JSON
{
"compilerOptions": {
"target": "esnext",
"lib": ["dom", "esnext"],
"jsx": "react-native",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"typeRoots": [
"./ts-declarations",
"node_modules/@types"
],
"sourceMap": true,
"declaration": true,
"inlineSources": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"strictFunctionTypes": true,
"skipLibCheck": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"outDir": "./build"
},
"include": ["."]
}