Skip to content

Commit 43f97ba

Browse files
committed
build: change TypeScript compiler to use es2025 spec and types.
1 parent 97ece2a commit 43f97ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2022",
4+
"target": "es2025",
55
"outDir": "out",
66
"lib": [
7-
"es2022"
7+
"es2025"
88
],
99
"sourceMap": true,
1010
"rootDir": ".",

0 commit comments

Comments
 (0)