Skip to content

Commit 7b84faf

Browse files
committed
chore: update TypeScript configuration for nodenext
1 parent 2a34e92 commit 7b84faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"lib": ["DOM", "ESNext"],
77
"declaration": true,
88
"isolatedModules": true,
9-
"esModuleInterop": true,
109
"skipLibCheck": true,
11-
"moduleResolution": "bundler"
10+
"module": "nodenext",
11+
"moduleResolution": "nodenext"
1212
},
1313
"include": ["src"]
1414
}

0 commit comments

Comments
 (0)