]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
add bun to types
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 16 Apr 2026 03:45:30 +0000 (23:45 -0400)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 16 Apr 2026 03:45:30 +0000 (23:45 -0400)
tsconfig.json

index 6fbafc1af7a81e323f1f6a420afbb259ff63fd00..e3956322c24832b90a649dde9b72b1b4e995a052 100644 (file)
@@ -15,6 +15,7 @@
     "allowImportingTsExtensions": true,
     "jsx": "react-jsx",
     "jsxImportSource": "react",
-    "resolveJsonModule": true
+    "resolveJsonModule": true,
+    "types": ["bun"]
   }
 }