aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorJoanne <zehan_ding@brown.edu>2025-06-27 10:45:25 -0400
committerJoanne <zehan_ding@brown.edu>2025-06-27 10:45:25 -0400
commit729f9ed22961af566e903fe651d0cde6401c9fc0 (patch)
tree1711613b083a5e56890143f75906b33cf5656957 /tsconfig.json
parentc990c71e52b238a43c3877386429132d57cc0bfd (diff)
parent2d70a3bc17fe94d0bf92d8362b8fda8a2e4a82e1 (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into joanne-tutorialagent
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"