Trying out the amazing Breeze Typescript Entity Generator tool but encountering an error consistently.
Error: Experiencing difficulty in locating the default implementation of the 'modelLibrary' interface. Options include 'ko', 'backingStore', or 'backbone'. Visit the breeze.config.initializeAdapterInstances method for more details.
The error is being triggered at this specific line in tsgen-core.js:
var metadataStore = breeze.MetadataStore.importMetadata(metadata);
I have confirmed that the metadata is being fetched correctly. It appears that I need to set up breeze with an interfaceAdapter, yet the example provided in the repository does not demonstrate configuring anything on breeze before utilizing it to importMetadata for this tool.