format and update packages

This commit is contained in:
mProjectsCode 2023-08-28 18:26:36 +02:00
parent e416434bf3
commit f1f8a3f7b0
8 changed files with 1222 additions and 5263 deletions

View file

@ -11,9 +11,8 @@
"moduleResolution": "node",
"importHelpers": true,
"isolatedModules": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"lib": ["DOM", "ES5", "ES6", "ES7"]
"lib": ["DOM", "ES5", "ES6", "ES7", "Es2021"]
},
"include": ["**/*.ts"]
}