Skip to content

Commit 7e4ca18

Browse files
committed
tsocnfig
Change-Id: I4241622be4048ca3593332400f2e2a311587a7e2
1 parent 7088a45 commit 7e4ca18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"experimentalDecorators": true,
1717
"moduleResolution": "node",
1818
"importHelpers": true,
19-
"target": "es2019",
20-
"module": "es2020",
19+
"target": "es2022",
20+
"module": "es2022",
2121
"lib": [
22-
"es2019",
22+
"es2022",
2323
"dom"
2424
]
2525
},

0 commit comments

Comments
 (0)