Luca Ban
Luca Ban
@axelrindle NodeJS already works with import natively. If you want to use legacy NodeJS versions you can simply use an older version of the package you wanna use.
@ivan-aksamentov what's the compile issue you ran into? I cannot reproduce this issue so not sure about this one. ts-toolbelt I'm ok extracting what I need for this library, but...
@ivan-aksamentov @xenoterracide ts-toolbelt was removed! I completely rewrote the types myself 😍
Can you show me how the `DotenvParseOutput` type looks
Also, can you show me a screenshot of the exact error with some lines leading up to the error ? Or if it's an inline VSCode error, show me a...
I'm not sure I understand the issue : (
why don't you use the debugger to check at this line? `const merged = merge({} as DotenvParseOutput, ...toMerge, env);`
with the debugger you should be able to determine at exactly which line what is going wrong
@xenoterracide can you try on the latest version, I rewrote all the typescript myself and removed ts-toolbelt! 🎉
@xenoterracide feel free to open a new issue if you get stuck again! 😁