mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
**Motivation** - #7280 **Description** - Add `"bun"` export to all packages that points to the _typescript source_ rather than the transpiled javascript - Allows for bun to use typescript directly
4 lines
53 B
TypeScript
Executable File
4 lines
53 B
TypeScript
Executable File
#!/usr/bin/env bun
|
|
|
|
await import("../src/index.js");
|