Skip to content

Commit 22190af

Browse files
authored
Change moduleResolution from node24 to nodenext
1 parent f34a10f commit 22190af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"module": "esnext",
5-
"moduleResolution": "node24",
5+
"moduleResolution": "nodenext",
66
"noEmit": true,
77
"noImplicitAny": true,
88
"noUncheckedIndexedAccess": true,

0 commit comments

Comments
 (0)