Skip to content

Commit 16830a7

Browse files
committed
Use @tsconfig/node24 with es2020
1 parent e39b45b commit 16830a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node24/tsconfig.json",
33
"compilerOptions": {
44
"noEmit": true,
55
"resolveJsonModule": true,
66
"noUncheckedIndexedAccess": true,
7+
"target": "es2020",
8+
"lib": ["es2020"],
79
},
810
"include": [
911
"src",

0 commit comments

Comments
 (0)