diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -272,6 +272,7 @@ bun add bun-types "lib": ["ESNext"], "module": "esnext", "target": "esnext", + "moduleResolution": "node", // "bun-types" is the important part "types": ["bun-types"] } |