@onfido/react-native-sdk
Version:
Onfido React Native SDK
30 lines • 811 B
JSON
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"react-native-sdk": ["./index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noStrictGenericChecks": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext"
},
"include": ["./js"],
"exclude": ["./SampleApp", "./TestApp"],
"extends": "@tsconfig/react-native/tsconfig.json"
}