leonardfactory / babel-plugin-transform-typescript-metadata

Babel plugin to emit decorator metadata like typescript compiler
MIT License
216 stars 17 forks source link

Add '@babel/core' to peerDependencies #61

Closed darthtrevino closed 2 years ago

darthtrevino commented 3 years ago

My initial goal with this PR has been to add @babel/core to the optionalDependencies list. This corrects issues in Yarn 2+ environments where Yarn expects packages to correctly assert their peer deps.

I also made some slight changes to improve Windows development quality of life:

I also added a typings field so that dowstream consumers can pick up the typings if they wish.