diff options
author | Julien Dessaux | 2025-02-18 00:18:16 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-02-18 00:18:16 +0100 |
commit | fd06283b8dcb79fff962367ac7a2370370a8a8f8 (patch) | |
tree | 8f3f54b9c27def19f9e2aedf7d29cba32ce58d4d /nodejs/tsconfig.json | |
parent | [golang] implement sending the starting probe to a shipyard that sells other ... (diff) | |
download | spacetraders-fd06283b8dcb79fff962367ac7a2370370a8a8f8.tar.gz spacetraders-fd06283b8dcb79fff962367ac7a2370370a8a8f8.tar.bz2 spacetraders-fd06283b8dcb79fff962367ac7a2370370a8a8f8.zip |
[node] dependencies update and commit old files
Diffstat (limited to '')
-rw-r--r-- | nodejs/tsconfig.json | 2 |
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. */ |