Expected behavior
I would like to be able to set the expressParentApp
option when I call the init
function without TypeScript telling me:
Object literal may only specify known properties, and 'expressParentApp' does not exist in type 'LianaOptions'.
Actual behavior
TypeScript tells me:
Object literal may only specify known properties, and 'expressParentApp' does not exist in type 'LianaOptions'.
Failure Logs
N/A
Context
TODO: Please provide any relevant information about your setup.
- Package Version: 9.2.10
- Express Version: 4.18.2
- Sequelize Version: 6.32.0
- Database Dialect: N/A
- Database Version: N/A