Skip to content

Commit ffd846f

Browse files
committed
fix: Override lib in tsconfig.json to fix eslint compatibility with @tsconfig/node22
1 parent 898a39b commit ffd846f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@tsconfig/node22/tsconfig.json",
33
"compilerOptions": {
4+
"lib": ["es2023"],
45
"allowJs": true,
56
"declaration": true,
67
"outDir": "dist",

0 commit comments

Comments
 (0)