tannerntannern / ts-mixer

A small TypeScript library that provides tolerable Mixin functionality.
MIT License
384 stars 27 forks source link

Module '"ts-mixer"' has no exported member 'Settings' #16

Closed dnlfrst closed 4 years ago

dnlfrst commented 4 years ago

Trying to use Settings gives the error Module '"ts-mixer"' has no exported member 'Settings'. See the playground for an MWE.

tannerntannern commented 4 years ago

Thanks for raising the issue. The current README doesn't reflect the latest version in npm. The version of ts-mixer being used in the playground is 4.x, which doesn't have Settings. The version that has Settings is 5.x, which is currently in beta: https://www.npmjs.com/package/ts-mixer/v/5.0.0-beta.0

I apologize for the confusion! Let me know if this doesn't resolve your issue.