tauri-plugin-barcode-scanner 2.4.5

Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS
1
2
3
4
5
6
7
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "rootDir": "guest-js"
  },
  "include": ["guest-js/*.ts"]
}