UNPKG

react-native-modal-2

Version:

A powerful, customizable modal library for React Native with smooth animations, touchable backdrop, and comprehensive TypeScript support.

17 lines (16 loc) 394 B
{ "compilerOptions": { "target": "es2015", "module": "commonjs", "declaration": true, "outDir": "./build/dist", "strict": true, "jsx": "react", "skipLibCheck": true, "esModuleInterop": true, "lib": ["es2017"], "types": ["react", "react-native"] }, "include": ["lib/**/*"], "exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts", "example"] }