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.
When using
"moduleResolution": "bundler"in thetsconfig.jsonof a TypeScript project, animport "dotenv-flow/config";results in this error message: