Skip to content

Commit 3f61363

Browse files
authored
Change module target from 'ESNext' to 'NodeNext'
1 parent 257406f commit 3f61363

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
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2022",
4-
"module": "ESNext",
4+
"module": "NodeNext",
55
"moduleResolution": "NodeNext",
66
"allowSyntheticDefaultImports": true,
77
"esModuleInterop": true,

0 commit comments

Comments
 (0)