@regulaforensics/document-reader
Version:
This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents using your phone's camera.
14 lines • 323 B
JSON
{
"include": [
"*.tsx"
],
"compilerOptions": {
"types": [],
"module": "esnext",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"target": "es2022",
"jsx": "react-jsx",
"skipLibCheck": true, // Temp fix for https://github.com/ionic-team/ionic-framework/issues/30650
}
}