Dependencies upgrade (#510)

This commit is contained in:
Montassar Ghanmy
2024-05-07 17:01:56 +01:00
committed by GitHub
parent 0487ceb7b3
commit 3b20806622
15 changed files with 5080 additions and 5846 deletions
+1 -2
View File
@@ -5,7 +5,7 @@
"module": "commonjs",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "es6",
"target": "ESNext",
"noImplicitAny": false,
"moduleResolution": "node",
"sourceMap": true,
@@ -13,7 +13,6 @@
"baseUrl": ".",
"paths": {
"*": [
"node_modules/*",
"src/types/*"
],
"src/*": ["src/*"]