From d0b3688a237b623b38f2056531a7953f5f384387 Mon Sep 17 00:00:00 2001 From: Kirk Larkin <6025110+serpent5@users.noreply.github.com> Date: Mon, 2 Sep 2019 22:08:52 +0100 Subject: [PATCH] docs: removed duplicate "compilerOptions" property (#32449) PR Close #32449 --- aio/content/guide/typescript-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/typescript-configuration.md b/aio/content/guide/typescript-configuration.md index b38d6a1cba..db4ec79fd4 100644 --- a/aio/content/guide/typescript-configuration.md +++ b/aio/content/guide/typescript-configuration.md @@ -34,7 +34,6 @@ The initial `tsconfig.json` for an Angular app typically looks like this example { "compileOnSave": false, - "compilerOptions": { "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", @@ -54,6 +53,7 @@ The initial `tsconfig.json` for an Angular app typically looks like this example "dom" ] } + }