recyclerlistview
Version:
The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.
18 lines (17 loc) • 524 B
JSON
{
"compilerOptions": {
"lib": ["es6", "dom"], // target Node.js(v6)
"types": ["react", "react-native", "resize-observer-browser"],
"module": "commonjs", // export compatibility
"target": "es5", // target Node.js(v6)
"moduleResolution": "node", // target Node.js(v6)
"declaration": true, // generate TypeScript definitions
"rootDir": "src",
"strict": true,
"noImplicitReturns": true,
"removeComments": false,
"jsx": "react",
"sourceMap": true,
"skipLibCheck": true
}
}