From e21040319e55ea8e21f8f650755b7a5222b89fdf Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:08:23 +0100 Subject: [PATCH] feat(docs): setup for @ryoppippi/unplugin-typia --- website/pages/docs/setup.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/pages/docs/setup.mdx b/website/pages/docs/setup.mdx index 3fc271c377..64d244fd46 100644 --- a/website/pages/docs/setup.mdx +++ b/website/pages/docs/setup.mdx @@ -251,7 +251,9 @@ Currently, `unplugin-typia` supports the following bundlers: ```bash filename="Terminal" showLineNumbers copy -npx jsr add -D @ryoppippi/unplugin-typia +npx jsr add -D @ryoppippi/unplugin-typia # via jsr (recommended) +# npm install -D @ryoppippi/unplugin-typia # via npm + npm install --save typia npx typia setup ```