I'm a beginner in TypeScript and I'm currently attempting to define a type for a pdf file, but I can't seem to find any helpful resources on how to do so. I'm encountering a warning message when I try to import the file
"Cannot find module <file_name.pdf> or its corresponding type declarations."
I'd prefer not to make changes to my tsconfig.json
file.
Thank you.