aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-26 16:41:14 -0400
committerbobzel <zzzman@gmail.com>2025-06-26 16:41:14 -0400
commitfc423eed6aa81aedfad4ee74f2e05e385858801d (patch)
treea19bf2a9a3533788de5f583b633ae3502fb63c66 /tsconfig.json
parent2b7b12a9212de3bdce518d885dd739038ee14901 (diff)
parent2d70a3bc17fe94d0bf92d8362b8fda8a2e4a82e1 (diff)
Merge branch 'master' into agent-paper-main
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index e8bec2744..39aa95bae 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
- "target": "ES2017",
+ "target": "ES2022",
"downlevelIteration": true,
"removeComments": true,
"experimentalDecorators": true,
@@ -12,7 +12,7 @@
"allowJs": true,
"sourceMap": true,
"outDir": "dist",
- "lib": ["DOM", "es2017"],
+ "lib": ["DOM", "es2022"],
"typeRoots": ["./src/typings", "node_modules/@types", "./src/extensions/General"],
"resolveJsonModule": true,
"moduleResolution": "node"