UNPKG

zxing-typescript

Version:

TypeScript port of ZXing open-source, multi-format 1D/2D barcode image processing library

18 lines (17 loc) 383 B
{ "version": "0.1.0", "command": "tsc", "showOutput": "always", "echoCommand": true, "isShellCommand": true, "suppressTaskName": true, "tasks": [ { "taskName": "build.node", "args": [ ], "isBuildCommand": true, "problemMatcher": "$tsc" } ] }