UNPKG

masked-input-utils-ts

Version:

Reusable masking utility for PAN, Aadhar, CVV, Mobile Numbers, Email with TypeScript support

14 lines (13 loc) 269 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true }, "include": ["src"] }