chore(pdfjs): integrate into typecheck

This commit is contained in:
Elian Doran 2025-12-30 01:23:19 +02:00
parent fef30f4bea
commit a1ebdc3004
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,8 @@
"tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo"
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"../../apps/client/src/types-pdfjs.d.ts"
],
"exclude": [
"eslint.config.js",
@ -23,7 +24,7 @@
],
"references": [
{
"path": "../commons/tsconfig.app.json"
"path": "../commons/tsconfig.lib.json"
}
]
}

View File

@ -63,6 +63,9 @@
{
"path": "./packages/share-theme"
},
{
"path": "./packages/pdfjs-viewer"
},
{
"path": "./scripts"
}