update packages

This commit is contained in:
2024-09-02 09:56:09 +02:00
parent e5910f2abc
commit 48138b673b
3 changed files with 251 additions and 251 deletions

View File

@@ -1,7 +1,7 @@
{
"extends": ["@tsconfig/strictest"],
"compilerOptions": {
"target": "es2020" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"target": "ES2020" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"module": "ES2015" /* Specify what module code is generated. */,
"rootDir": "./src" /* Specify the root folder within your source files. */,
"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,