From edeea660d0573bdc044374f2c7395cc7dd7798e3 Mon Sep 17 00:00:00 2001 From: Nga Rampling Date: Tue, 29 Jul 2025 09:58:11 +0930 Subject: [PATCH 1/2] fixed typo instruction for tsconfig.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfa9a0c..09b7d90 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Standard code quality tooling for projects written in TypeScript. ##### Add the following to your `tsconfig.json`: ```json -{ "extends": "@aligent/ts-code-standards/tsconfigs-base" } +{ "extends": "@aligent/ts-code-standards/tsconfigs/base.json" } ``` #### React Projects From 31149fb320ebaf53b4a96ea1a914e894ac5537fb Mon Sep 17 00:00:00 2001 From: Nga Rampling Date: Tue, 29 Jul 2025 12:39:09 +0930 Subject: [PATCH 2/2] typo fix on react instruction on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b7d90..8e7c24d 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Standard code quality tooling for projects written in TypeScript. ##### Add the following to your `tsconfig.json`: ```json -{ "extends": "@aligent/ts-code-standards/tsconfigs-react" } +{ "extends": "@aligent/ts-code-standards/tsconfigs/react.json" } ``` ## Notes