hegel
hegel copied to clipboard
NodeJS environment is incomplete
For example, the http2 module is missing:
> hegel
ENOENT: no such file or directory, open '<project directory>\node_modules\@hegel\typings\nodejs\http2.d.ts'
Perhaps since I have nodejs types installed in ./node_modules/@types and have listed that directory in .hegelrc types, Hegel should look for these types at ./node_modules/@types/node?
Yes. Will add it soon. Thank you for the issue.