scandit-sdk
Version:
Scandit Barcode Scanner SDK for the Web
16 lines (15 loc) • 328 B
JSON
{
"parser": "@typescript-eslint/parser",
"extends": ["plugin:compat/recommended"],
"parserOptions": {
"ecmaVersion": 2019,
"sourceType": "module",
"project": "./tsconfig.module.json"
},
"env": {
"worker": true
},
"settings": {
"polyfills": ["navigator.mediaDevices", "navigator.vibrate"]
}
}