I am new to TypeScript and I am simply trying to create a type definition for a pdf file and cannot locate any resources on how to do so. I am getting this warning where I import the file "Cannot find module <file_name.pdf> or its corresponding type declarations."
I would like to avoid changing my tsconfig.json file.
Thanks.