Skip to content

Commit 24e657f

Browse files
ErKeLostsxzz
andauthored
chore: update readme (#36)
* chore: update readme * Update README.md --------- Co-authored-by: Kevin Deng 三咲智子 <sxzz@sxzz.moe>
1 parent bb5bb0e commit 24e657f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- 🚀 **Fast**: Generates `.d.ts` files significantly faster than `tsc`.
1010
- 🎨 **Transformer**: Support Oxc, SWC, and TypeScript transformer.
1111
- 📦 **Zero Config**: No configuration required, works out of the box.
12-
-**Bundler Support**: Works with Vite, Rollup, and esbuild.
12+
-**Bundler Support**: Works with Vite, Rollup, esbuild and Farm.
1313

1414
## Installation
1515

@@ -79,6 +79,20 @@ build({
7979

8080
<br></details>
8181

82+
<details>
83+
<summary>Farm</summary><br>
84+
85+
```ts
86+
// farm.config.ts
87+
import UnpluginIsolatedDecl from 'unplugin-isolated-decl/farm'
88+
89+
export default defineConfig({
90+
plugins: [UnpluginIsolatedDecl()],
91+
})
92+
```
93+
94+
<br></details>
95+
8296
## Options
8397

8498
```ts

0 commit comments

Comments
 (0)