@idiosync/horizontal-flatlist
Version:
Provides the ability to specify number of rows to a horizontal React Native FlatList
19 lines (17 loc) • 357 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"lib": ["es2020"],
"allowJs": true,
"jsx": "react-native",
"outDir": "./dist",
"strict": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"types": []
},
"include": ["src"],
"exclude": ["node_modules"]
}