From 4c20507e5d2fd0ab97260642b89dfceb3a6535f5 Mon Sep 17 00:00:00 2001 From: Sayyed Sharuk Date: Fri, 10 Nov 2023 12:12:17 +0530 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 800633d..d0d2091 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ - Basic types - Type Aliases -- Structuring a TypeScript Project +- Structuring a TypeScript Project, with "tsconfig.json" file - Interfaces, and its inheritance with classes / OOPS - Generic types - Type Combinations using "&", "|"