Upgrading backend libraries

This commit is contained in:
softsimon
2021-12-09 13:24:29 +04:00
parent b2abf77b77
commit 6a03539fc9
3 changed files with 98 additions and 423 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"lib": ["es2019"],
"lib": ["es2019", "dom"],
"strict": true,
"noImplicitAny": false,
"sourceMap": false,