Skip to content

Commit

Permalink
docs: removed duplicate "compilerOptions" property (angular#32449)
Browse files Browse the repository at this point in the history
PR Close angular#32449
  • Loading branch information
serpent5 authored and mhevery committed Sep 3, 2019
1 parent e8f9ba4 commit d0b3688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/typescript-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ The initial `tsconfig.json` for an Angular app typically looks like this example
<code-example lang="json" header="tsconfig.json" linenums="false">
{
"compileOnSave": false,
"compilerOptions": {
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
Expand All @@ -54,6 +53,7 @@ The initial `tsconfig.json` for an Angular app typically looks like this example
"dom"
]
}
}
</code-example>


Expand Down

0 comments on commit d0b3688

Please sign in to comment.