krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
18.36k stars 772 forks source link

Target es5 in tsconfig.json #380

Closed guillaumewuip closed 4 years ago

guillaumewuip commented 4 years ago

Fixes #374

This makes tsc transpile code to ES5 (but with ES6 import / export module option) for the esm bundle be both tree-shakable and IE-11 compatible.

guillaumewuip commented 4 years ago

Mmh I just understand it's not tsc but babel that is in use so this is not enough