When using `"moduleResolution": "bundler"` in the `tsconfig.json` of a TypeScript project, an `import "dotenv-flow/config";` results in this error message: > Type error: Cannot find module 'dotenv-flow/config' or its corresponding type declarations.