Skip to content

Commit 3fa02a2

Browse files
committed
fix: moduleResolution eror
1 parent 4f633f7 commit 3fa02a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@octokit/rest": "^20.0.1",
66
"@types/luxon": "^3.2.0",
77
"dotenv": "^16.0.3",
8-
"got": "^13.0.0",
8+
"got": "^12.6.1",
99
"luxon": "^3.3.0",
1010
"typescript": "^5.0.2"
1111
},

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "ES2022",
44
"target": "ES2022",
5-
"moduleResolution": "nodenext",
5+
"moduleResolution": "node",
66
"removeComments": true,
77
"alwaysStrict": true,
88
"skipLibCheck": true

0 commit comments

Comments
 (0)