SoftwareBrothers / adminjs-sequelizejs

Sequelizejs adapter for AdminBro
MIT License
27 stars 34 forks source link

Does not include package main section #121

Closed alkiskal closed 1 year ago

alkiskal commented 1 year ago

Does not include package.main section

  "main": "lib/index.js",

Cause error Cannot find module '@adminjs/sequelize' or its corresponding type declarations.ts(2307)

dziraf commented 1 year ago

The latest versions of AdminJS modules support ESM only so there's no main entry.