1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Update npm packages

This commit is contained in:
Jonas Jenwald 2024-01-20 09:40:33 +01:00
parent f8e3c79cb5
commit a5a9357e15
3 changed files with 151 additions and 143 deletions

View file

@ -5,5 +5,14 @@
"semi": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
"useTabs": false,
"overrides": [
{
files: ["tsconfig.json"],
options: {
parser: "json",
},
},
]
}