Fix build fail
Closed this issue · 1 comments
TatsuyaYamamoto commented
The current package couldn't build successfully travis.
This build log said to fail by ts error.
Because of that, tsconfig default value is changed.
src/common/reedsolomon/GenericGF.ts(15,13): error TS6133: '_primitive' is declared but its value is never read.
src/qrcode/decode/DataBlock.ts(53,13): error TS6133: 'totalBlocks' is declared but its value is never read.
TatsuyaYamamoto commented