Skip to content

Commit 279340f

Browse files
committed
adding node and bun types ot ts config
1 parent 5f74e84 commit 279340f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"moduleDetection": "force",
88
"allowJs": true,
99
"removeComments": true,
10+
11+
"types": ["node", "bun"],
1012
// Bundler mode
1113
"declaration": true,
1214
// Best practices

0 commit comments

Comments
 (0)