Update npm deps

This commit is contained in:
Andras Schmelczer 2024-12-20 17:34:32 +00:00
parent 359571a2a0
commit 25044a0fef
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 1023 additions and 3 deletions

View file

@ -11,6 +11,8 @@
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": [
"DOM",
"ES5",
@ -21,4 +23,4 @@
"include": [
"**/*.ts"
]
}
}