@deepkit/bun
v1.0.1-alpha.155
Published
Deepkit Bun Plugin for Deepkit Runtime Types support
Downloads
169
Readme
Deepkit Bun Plugin
Install
bun init
bunfig.toml
:
preload = ["@deepkit/bun"]
[install]
peer = true
bun install @deepkit/type @deepkit/type-compiler @deepkit/core @deepkit/bun typescript
tsconfig.json
:
{
"reflection": true
}
Bun test runner
To use the bun test runner instead of Jest add the following to file bunfig.toml
:
[test]
preload = ["@deepkit/bun"]