diff --git a/README.md b/README.md index cfa9a0c..8e7c24d 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 @@ -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