From 4620f921258dff924cbd855e0ea22cfc039f310f Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 9 Feb 2025 08:07:14 +0100 Subject: [PATCH] feat: add cli support for react-ts-example template --- src/constants/templates.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/constants/templates.ts b/src/constants/templates.ts index fb4ee6d4..8a850f28 100644 --- a/src/constants/templates.ts +++ b/src/constants/templates.ts @@ -63,6 +63,10 @@ export const TEMPLATES: Template[] = [ { key: 'react-example', language: 'JavaScript' + }, + { + key: 'react-ts-example', + language: 'TypeScript' } ], type: 'Example',