UNPKG

barcode-scan-js

Version:

JavaScript browser-based scanner keyboard input library for seamless integration of barcode and QR code scanning into web applications

16 lines 415 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "lib": ["es2022", "DOM"], "module": "commonjs", "target": "es2022", "strict": true, "declaration": true, "declarationMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "lib" }, "include": ["src/**/*"] }