Skip to content

Commit 8e07e1f

Browse files
committed
Configure Bun types for Cabotage server
1 parent 9c2e353 commit 8e07e1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"exclude": ["dist", "scripts"],
55
"compilerOptions": {
66
"jsx": "react-jsx",
7-
"jsxImportSource": "react"
7+
"jsxImportSource": "react",
8+
"types": ["bun"]
89
}
910
}

0 commit comments

Comments
 (0)