1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 09:08:07 +02:00

Merge pull request #19531 from stof/patch-1

Disable the loading of node types in the type tests
This commit is contained in:
Tim van der Meij 2025-02-22 13:47:44 +01:00 committed by GitHub
commit 23d7398371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
"module": "ESNext",
"baseUrl": "./",
"strict": true,
"types": ["node"],
"types": [],
"lib": ["ESNext", "DOM"],
"paths": {
"pdfjs-dist": ["../../build/typestest"],