Bump npm dependencies (#915)

* Update dependencies

* Update semver dependency license
This commit is contained in:
Ivan
2023-01-17 10:54:58 +02:00
committed by GitHub
parent ad32062f75
commit a8c816994c
5 changed files with 4694 additions and 7710 deletions

View File

@@ -5,7 +5,8 @@
"outDir": "./lib" /* Redirect output structure to the directory. */,
"strict": true /* Enable all strict type-checking options. */,
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"useUnknownInCatchVariables": false /* Default catch clause variables as 'unknown' instead of 'any'. */
//"sourceMap": true
},
"include": ["src", "__tests__"]