docs(quickstart): fix typo, tsconfig.json -> package.json

This commit is contained in:
Tim Whitbeck 2016-02-24 09:27:54 -05:00
parent 4ad2d26b2e
commit f382b55629
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ code-example(format="").
We installed the [typings](https://github.com/typings/typings/blob/master/README.md) tool
with npm (find it in the `package.json`) and added an npm script
to run that tool automatically after *npm* installation completes.
+makeJson('quickstart/ts/package.1.json', {paths: 'scripts.postinstall'}, 'tsconfig.json (postinstall)')(format=".")
+makeJson('quickstart/ts/package.1.json', {paths: 'scripts.postinstall'}, 'package.json (postinstall)')(format=".")
:marked
This *typings* tool command installs the *d.ts* files that we identified in `typings.json`:
+makeJson('quickstart/ts/typings.1.json', null, 'typings.json')(format=".")