From dd1c6ce589c74fed294f249fdeaa437197d13c8c Mon Sep 17 00:00:00 2001 From: Cevan00 <81602675+Cevan00@users.noreply.github.com> Date: Thu, 30 Oct 2025 18:36:26 -0500 Subject: [PATCH] typo fix in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a3f718..c0c495f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ in tsconfig.json make these changes ```jsonc { - "extends": "@shi-corp/development-utilities/config/typescript/baseTsConfig.json", + "extends": "@shi-corp/development-utilities/config/typescript/base.json", "compilerOptions": { "outDir": "./bin" // Adjust for your project }