You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all thank you for really great library.
There is one small problem, basically I can't use this library in project with CJS (example NestJS). Whenever I'm trying to import the library I'm getting:
Cannot find module 'swissqrbill/pdf' or its corresponding type declarations.
Cannot find module 'swissqrbill/utils' or its corresponding type declarations.
Can you help me with that?
The text was updated successfully, but these errors were encountered:
Hi @schoero, this was my first thought but I can't change it because my NestJs application stop working.
The "module" must stay as "commonjs" otherwise everything stop working.
Also I tried to import it like: import { SwissQRBill } from 'swissqrbill/lib/cjs/pdf';
Hi, first of all thank you for really great library.
There is one small problem, basically I can't use this library in project with CJS (example NestJS). Whenever I'm trying to import the library I'm getting:
Can you help me with that?
The text was updated successfully, but these errors were encountered: