123456789101112131415161718192021 |
- {
- "compilerOptions": {
- "outDir": "./lib/dist",
- "allowJs": true,
- "target": "esnext",
- "module": "commonjs",
- "jsx": "react-native",
- "types": [
- "lodash",
- "react",
- "react-native",
- "prop-types",
- "react-test-renderer",
- "jest"
- ]
- },
- "include": [
- "./lib/src/**/*"
- ]
- }
|