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 080f5b8 commit b54081fCopy full SHA for b54081f
2 files changed
README.md
@@ -16,6 +16,8 @@ Install it locally in your project folder:
16
npm i tsup -D
17
# Or Yarn
18
yarn add tsup --dev
19
+# Or pnpm
20
+pnpm add tsup -D
21
```
22
23
You can also install it globally but it's not recommended.
docs/README.md
@@ -28,6 +28,8 @@ Install it locally in your project folder:
28
29
30
31
32
33
34
35
0 commit comments