-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I use zxing-typescript in a Typescript project with some strict compiler options
{
"compilerOptions": {
"noImplicitAny": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowUnreachableCode": false,
...
}and I can't compile ;)
Are you open to PR to enforce stricter typescript rules ?
Metadata
Metadata
Assignees
Labels
No labels