Is there any special case for using ` "target": "es6",` at `tsconfig.json` ? Because `lib/index.js` is shipped with ES6 and could not be used as is and should be recompiled to ES5.
Is there any special case for using
"target": "es6",attsconfig.json?Because
lib/index.jsis shipped with ES6 and could not be used as is and should be recompiled to ES5.