From 0dc74cf81352e28268d2844bcd77abc4a92db465 Mon Sep 17 00:00:00 2001 From: Igor Kowalski Date: Tue, 19 Sep 2023 21:02:39 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3cb609..401a80c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ If you have a well-thought-out and proven project structure and want to share it ├── 📄 index.tsx └── 📂 components ├── ... - └── 📄 ComponentName.ts + └── 📄 ComponentName.tsx ``` ```jsonc @@ -121,7 +121,7 @@ If you have a well-thought-out and proven project structure and want to share it "children": [ { "name": "/^${{PascalCase}}$/", - "extension": "ts" + "extension": "tsx" } ] } @@ -147,7 +147,7 @@ structure: - name: components children: - name: "/^${{PascalCase}}$/" - extension: ts + extension: tsx - extension: "*" ```