@react-native-oh-tpl/react-native-swiper-flatlist
Version:
React native swiper flatlist component
25 lines (24 loc) • 517 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"jsx": "react-native",
"lib": ["es6"],
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"sourceMap": true,
"skipLibCheck": true,
"target": "esnext"
},
"exclude": [
"node_modules/**",
"babel.config.js",
"metro.config.js",
"jest.config.js",
"./example/",
"old-rn-example"
]
}