Open ericblade opened 6 months ago
side observations: root tsconfig.json has types ["mocha", "node"] probably consider tsconfig.test.json for the mocha tests inside src/
good idea. there's been some recent upgrades to typescript's handling of nested tsconfig files, too, an update to current ts is probably a good idea too
More info: https://sindresorhus.com/blog/goodbye-nodejs-buffer
Also would provide a better fix for: https://github.com/ericblade/quagga2/issues/509
The current fix is just to install the type, because it doesn't matter... but it could matter in user code.