Skip to content

Commit 279250f

Browse files
committed
fix: tsconfig types
1 parent 751096e commit 279250f

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
@@ -11,7 +11,7 @@
1111
"declaration": true,
1212
"emitDeclarationOnly": true,
1313
"skipLibCheck": true,
14-
"types": ["bun-types"],
14+
"types": ["bun"],
1515
"paths": {
1616
"~/*": ["./src/*"],
1717
"@src/*": ["./src/*"]

0 commit comments

Comments
 (0)