@dev-event/react-native-accordion
Version:
A performant interactive collapsed view with fully configurable options
37 lines (36 loc) • 856 B
JSON
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@dev_event/react-native-accordion": [
"./src/index"
]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": [
"esnext"
],
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist",
"module": "esnext",
"moduleResolution": "node",
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noStrictGenericChecks": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": false,
"noImplicitAny": false,
"target": "esnext"
},
}