docs: removed duplicate "compilerOptions" property (#32449)
PR Close #32449
This commit is contained in:
parent
e8f9ba4b6c
commit
d0b3688a23
@ -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">
|
<code-example lang="json" header="tsconfig.json" linenums="false">
|
||||||
{
|
{
|
||||||
"compileOnSave": false,
|
"compileOnSave": false,
|
||||||
"compilerOptions": {
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"outDir": "./dist/out-tsc",
|
"outDir": "./dist/out-tsc",
|
||||||
@ -54,6 +53,7 @@ The initial `tsconfig.json` for an Angular app typically looks like this example
|
|||||||
"dom"
|
"dom"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</code-example>
|
</code-example>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user