UNPKG

@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 320 B
{ "include": [ "*.tsx" ], "compilerOptions": { "types": [], "module": "esnext", "moduleResolution": "node", "experimentalDecorators": true, "target": "es2022", "jsx": "react-jsx", "skipLibCheck": true, // Temp fix for https://github.com/ionic-team/ionic-framework/issues/30650 } }