Duo2023 / Tech2023

3 stars 0 forks source link

pdfjs-dist types not working #24

Closed Zennon-Zen closed 1 year ago

Zennon-Zen commented 1 year ago

Types for pdfjs-dist not being recognized by typescript compiler and has caused problems with compilation.

Might have something to do with the "moduleResolution" value in .tsconfig.

Zennon-Zen commented 1 year ago

It works now, after putting the npm install commands to run on the InitialTargets="Client Side Dependencies" in the Tech2023.Web.csproj file.