UNPKG

@regulaforensics/idv

Version:

This is an npm module for Regula IDV, which unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications. Supports Android and iOS.

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 } }