mjsdevs / are-objects-equal

0 stars 1 forks source link

Remove babel from the project #1

Open RodDomin opened 3 years ago

RodDomin commented 3 years ago

Remove babel from the project

Currently, the project uses babel as a ts compiler, but the lib does not need babel to compile. Babel will only increase the weight of the lib and will not generate the typing files to help code editors.

jrmmendes commented 3 years ago

@kbmelo it makes sense. We can use only tsc (and also update the settings to create typing files). Something like gulp could be used to minify the size of the compiled code.