Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 2f43065

Browse files
committed
broadly replace tsconfig
1 parent faae6ee commit 2f43065

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/docs/ts/latest/cookbook/aot-compiler.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ a#toh
459459

460460
+makeTabs(
461461
`toh-6/ts/tsconfig-aot.json,
462-
toh-6/ts/tsconfig.json`,
462+
toh-6/ts/src/tsconfig.json`,
463463
null,
464464
`tsconfig-aot.json (AOT),
465465
tsconfig.json (JIT)`

public/docs/ts/latest/guide/typescript-configuration.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ a(id="tsconfig")
2424
[TypeScript wiki](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
2525
:marked
2626
We created the following `tsconfig.json` during [Setup](setup.html):
27-
+makeJson('quickstart/ts/tsconfig.1.json', null, 'tsconfig.json')(format=".")
27+
+makeJson('quickstart/ts/src/tsconfig.1.json', null, 'tsconfig.json')(format=".")
2828
:marked
2929
This file contains options and flags that are essential for Angular applications.
3030

public/docs/ts/latest/guide/upgrade.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ code-example(format="").
899899
in the documentation [setup](setup.html). It instructs the TypeScript compiler how
900900
to interpret our source files.
901901

902-
+makeJson('upgrade-phonecat-1-typescript/ts/tsconfig.ajs.json', null, 'tsconfig.json')
902+
+makeJson('upgrade-phonecat-1-typescript/ts/src/tsconfig.ajs.json', null, 'tsconfig.json')
903903

904904
:marked
905905
We are telling the TypeScript compiler to turn our TypeScript files to ES5 code

public/docs/ts/latest/guide/webpack.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ code-example(language="sh" class="code-shell").
156156

157157
+makeTabs(
158158
`webpack/ts/package.webpack.json,
159-
webpack/ts/tsconfig.1.json,
159+
webpack/ts/src/tsconfig.1.json,
160160
webpack/ts/webpack.config.js,
161161
webpack/ts/karma.webpack.conf.js,
162162
webpack/ts/config/helpers.js`,

0 commit comments

Comments
 (0)