summaryrefslogtreecommitdiff
path: root/nodejs/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nodejs/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodejs/tsconfig.json b/nodejs/tsconfig.json
index 8b75445..ea05759 100644
--- a/nodejs/tsconfig.json
+++ b/nodejs/tsconfig.json
@@ -11,7 +11,7 @@
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
/* Language and Environment */
- "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
+ "target": "es2024", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
// "jsx": "preserve", /* Specify what JSX code is generated. */
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */