We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5bb0e commit 24e657fCopy full SHA for 24e657f
README.md
@@ -9,7 +9,7 @@
9
- 🚀 **Fast**: Generates `.d.ts` files significantly faster than `tsc`.
10
- 🎨 **Transformer**: Support Oxc, SWC, and TypeScript transformer.
11
- 📦 **Zero Config**: No configuration required, works out of the box.
12
-- ✨ **Bundler Support**: Works with Vite, Rollup, and esbuild.
+- ✨ **Bundler Support**: Works with Vite, Rollup, esbuild and Farm.
13
14
## Installation
15
@@ -79,6 +79,20 @@ build({
79
80
<br></details>
81
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
96
## Options
97
98
```ts
0 commit comments