Skip to content

Commit 2d102eb

Browse files
committed
Type stuff
1 parent 842a4f5 commit 2d102eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@types/human-number": "^1.0.0",
43+
"@types/node": "^20.11.30",
4344
"@types/unzipper": "^0.10.5",
4445
"bun-types": "^1.0.1"
4546
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"types": ["bun-types"],
44

55
// enable latest features
6-
"lib": ["esnext"],
6+
"lib": ["esnext", "node"],
77
"module": "esnext",
88
"target": "esnext",
99

0 commit comments

Comments
 (0)