Skip to content

Commit

Permalink
chore: update readme (#36)
Browse files Browse the repository at this point in the history
* chore: update readme

* Update README.md

---------

Co-authored-by: Kevin Deng 三咲智子 <[email protected]>
  • Loading branch information
ErKeLost and sxzz authored Nov 20, 2024
1 parent bb5bb0e commit 24e657f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- 🚀 **Fast**: Generates `.d.ts` files significantly faster than `tsc`.
- 🎨 **Transformer**: Support Oxc, SWC, and TypeScript transformer.
- 📦 **Zero Config**: No configuration required, works out of the box.
-**Bundler Support**: Works with Vite, Rollup, and esbuild.
-**Bundler Support**: Works with Vite, Rollup, esbuild and Farm.

## Installation

Expand Down Expand Up @@ -79,6 +79,20 @@ build({

<br></details>

<details>
<summary>Farm</summary><br>

```ts
// farm.config.ts
import UnpluginIsolatedDecl from 'unplugin-isolated-decl/farm'

export default defineConfig({
plugins: [UnpluginIsolatedDecl()],
})
```

<br></details>

## Options

```ts
Expand Down

0 comments on commit 24e657f

Please sign in to comment.