From: Cameron Otsuka Date: Thu, 16 Apr 2026 03:45:30 +0000 (-0400) Subject: add bun to types X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=fc30f37f7de53bf3fde64e59e651fa929a46b7a1;p=cotsuka.github.io add bun to types --- 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"] } }