Skip to content

Commit 5d11844

Browse files
JeanMechepkozlowski-opensource
authored andcommitted
docs: update link to the TS config. (angular#50933)
This TS config doc is now at https://angular.io/guide/typescript-configuration PR Close angular#50933
1 parent 941659f commit 5d11844

32 files changed

+32
-32
lines changed

aio/content/examples/angular-compiler-options/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// #docplaster ...
2-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
33
// #docregion angular-compiler-options-app
44
{
55
"extends": "./tsconfig.json",

aio/content/examples/angular-compiler-options/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// #docplaster ...
2-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
33
// #docregion angular-compiler-options
44
{
55
"compileOnSave": false,

aio/content/examples/getting-started/tsconfig.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// to display the latest default configuration
44
// Note: Update with every major release to the latest default
55
// #docregion
6-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
6+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
77
{
88
"compileOnSave": false,
99
"compilerOptions": {

aio/tools/examples/shared/boilerplate/cli/e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
22
{
33
"extends": "../tsconfig.json",
44
"compilerOptions": {

aio/tools/examples/shared/boilerplate/cli/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
22
{
33
"extends": "./tsconfig.json",
44
"compilerOptions": {

aio/tools/examples/shared/boilerplate/cli/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
22
{
33
"compileOnSave": false,
44
"compilerOptions": {

aio/tools/examples/shared/boilerplate/cli/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
22
{
33
"extends": "./tsconfig.json",
44
"compilerOptions": {

aio/tools/examples/shared/boilerplate/i18n/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
22
{
33
"extends": "./tsconfig.json",
44
"compilerOptions": {

aio/tools/examples/shared/boilerplate/i18n/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
22
{
33
"compileOnSave": false,
44
"compilerOptions": {

aio/tools/examples/shared/boilerplate/i18n/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
1+
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
22
{
33
"extends": "./tsconfig.json",
44
"compilerOptions": {

0 commit comments

Comments
 (0)