npm update

This commit is contained in:
mrfry 2023-04-02 09:12:25 +02:00
parent 353c472984
commit e9f5eba8c1
5 changed files with 651 additions and 6266 deletions

View file

@ -5,6 +5,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"suppressImplicitAnyIndexErrors": true,
"ignoreDeprecations": "5.0",
"moduleResolution": "node",
"esModuleInterop": true,
"target": "es6",