From 5e172fc34fdf015aa0d141f52cc8c082b8ae6613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20V=C3=ADtor=20Ribeiro=20Martins?= Date: Wed, 12 Jul 2023 13:34:05 -0300 Subject: [PATCH] docs(www): add typescript configuration question to cli docs (#898) Co-authored-by: shadcn --- apps/www/content/docs/cli.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/www/content/docs/cli.mdx b/apps/www/content/docs/cli.mdx index c8bce1f0e0..31d344a0ab 100644 --- a/apps/www/content/docs/cli.mdx +++ b/apps/www/content/docs/cli.mdx @@ -16,6 +16,7 @@ npx shadcn-ui@latest init You will be asked a few questions to configure `components.json`: ```txt showLineNumbers +Would you like to use TypeScript (recommended)? no/yes Which style would you like to use? › Default Which color would you like to use as base color? › Slate Where is your global CSS file? › › app/globals.css