Skip to content

Commit 398aabe

Browse files
committed
fix: bun types
1 parent 581398d commit 398aabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"isolatedModules": true,
1818
"jsx": "preserve",
1919
"incremental": true,
20-
"types": ["node", "@testing-library/jest-dom", "bun-types"],
20+
"types": ["node", "@testing-library/jest-dom", "bun"],
2121
"plugins": [
2222
{
2323
"name": "next"

0 commit comments

Comments
 (0)