docs(quickstart): fix typo, tsconfig.json -> package.json
This commit is contained in:
parent
4ad2d26b2e
commit
f382b55629
|
@ -520,7 +520,7 @@ code-example(format="").
|
||||||
We installed the [typings](https://github.com/typings/typings/blob/master/README.md) tool
|
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
|
with npm (find it in the `package.json`) and added an npm script
|
||||||
to run that tool automatically after *npm* installation completes.
|
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
|
:marked
|
||||||
This *typings* tool command installs the *d.ts* files that we identified in `typings.json`:
|
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=".")
|
+makeJson('quickstart/ts/typings.1.json', null, 'typings.json')(format=".")
|
||||||
|
|
Loading…
Reference in New Issue