From a5985a7f5b226fc378b06a0cef7116933a160e8c Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Tue, 12 Jul 2022 23:34:43 +0300 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 56e13a6..4354b93 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ export function httpLoaderFactory(httpClient: HttpClient, configService: ConfigS }) ``` -Rename `tsconfig.json` in root directory to `tsconfig.base.json`, and add the following to the `compilerOptions` -section: +Add the following to the `compilerOptions` section of the root `tsconfig.json`: ``` "compilerOptions": {