Closed dnlfrst closed 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.
Trying to use
Settings
gives the errorModule '"ts-mixer"' has no exported member 'Settings'
. See the playground for an MWE.