@rakeshv1108/react-native-infinite-wheel-picker
Version:
React Native component to provide infinite wheel picker selection
33 lines (32 loc) • 847 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"esModuleInterop": true,
"jsx": "react-native",
"lib": ["ESNext"],
"module": "CommonJS",
"noEmit": true,
"paths": {
"react-native-infinite-wheel-picker": ["../src"]
},
"declaration": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "Node",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noStrictGenericChecks": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"noEmitOnError": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ESNext",
"noUncheckedIndexedAccess": true,
"verbatimModuleSyntax": false
}
}