Not able to get dynamic imports to work

const { createLibp2p } = await import("libp2p"); using this still throws the error of Error: No "exports" main defined
I cannot use "type": "module" because the rest of the dependencies in my project are cjs
How can I get dynamic imports working with libp2p ?