fix: pdf export (#8564)

* feat: pdf export

* fix: tests

* fix: tests

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
M. Palanikannan 2026-01-26 22:08:10 +05:30 committed by GitHub
parent 20e266c9bb
commit b31c0195bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 4287 additions and 62 deletions

View file

@ -6,6 +6,7 @@
"noImplicitOverride": false,
"noImplicitReturns": false,
"noUnusedLocals": false,
"jsx": "react-jsx",
"paths": {
"@/*": ["./src/*"],
@ -14,6 +15,6 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["src"],
"include": ["src", "tests"],
"exclude": ["node_modules", "dist"]
}