Skip to content

Commit 1aa086e

Browse files
authored
Merge branch 'main' into zx-lite-publish
2 parents fe53e37 + 1a0d337 commit 1aa086e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/setup.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ import { $ } from 'zx'
5959
const { $ } = require('zx')
6060
```
6161

62-
It has also built-in TypeScript libdefs.
62+
It has also built-in TypeScript libdefs. But `@types/fs-extra` and `@types/node` are required to be installed on user's side.
63+
64+
```bash
65+
npm i -D @types/fs-extra @types/node
66+
```
6367

6468
```ts
6569
import { type Options } from 'zx'

0 commit comments

Comments
 (0)