From fc30f37f7de53bf3fde64e59e651fa929a46b7a1 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Wed, 15 Apr 2026 23:45:30 -0400 Subject: [PATCH] add bun to types --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6fbafc1..e395632 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "allowImportingTsExtensions": true, "jsx": "react-jsx", "jsxImportSource": "react", - "resolveJsonModule": true + "resolveJsonModule": true, + "types": ["bun"] } } -- 2.54.0