angular-redux / form

Keep your Angular2+ form state in Redux
MIT License
41 stars 15 forks source link

fix: external tslint running on library source code #35

Closed smithad15 closed 7 years ago

smithad15 commented 7 years ago

Because of unneeded references to the source folder through the type definitions, tslint when run on a library consuming project will try and lint the source code of this library. This fixes that issue.