UNPKG

react-native-flubber

Version:

react native flubber wrapper for ios and android to set up animation to path component props

33 lines (32 loc) 653 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "ES6", "lib": [ "dom", "es6", "es2016.array.include", "es2017.object" ], "allowJs": true, "skipLibCheck": true, "noEmit": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "esModuleInterop": true, "moduleResolution": "node", "jsx": "react-native", "strict": true, "declaration": true, "outDir": "build" }, "exclude": [ "node_modules", "babel.config.js", "metro.config.js", "jest.config.js" ], "include": [ "ParallaxProvider.tsx" ] }