Hi!
I’m trying to import a module (@huggingface/inference) to my code.ts file.
I installed the module, but I’m running into this error on the import line ( Cannot find module '@huggingface/inference'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
).
I’m new to typescript, so help would be appreciated! Thanks!