Skip to content

Commit

Permalink
feature(bun): readme install
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Oct 4, 2023
1 parent 19561dc commit a5c2398
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/bun/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Deepkit Bun Plugin


## Install

`bunfig.toml`:
```sh
bun install @deepkit/type @deepkit/type-compiler @deepkit/bun
```

`bunfig.toml`:
```toml
preload = ["@deepkit/bun"]
```

`tsconfig.json`:
```json
{
"reflection": true
}
```

0 comments on commit a5c2398

Please sign in to comment.