docs(typescript): Fix name of typings config file (#2378)
I believe name of the typings config file is typings.json, not typings.config.
This commit is contained in:
parent
c8121d61dd
commit
8870f30a3d
|
@ -111,7 +111,7 @@ code-example(format="").
|
||||||
npm run typings list
|
npm run typings list
|
||||||
:marked
|
:marked
|
||||||
The following command installs or updates the typings file for the Jasmine test library from the *DefinitelyTyped* repository,
|
The following command installs or updates the typings file for the Jasmine test library from the *DefinitelyTyped* repository,
|
||||||
and updates the `typings.config` file so you receive it automatically the next time you install typings.
|
and updates the `typings.json` file so you receive it automatically the next time you install typings.
|
||||||
code-example(format="").
|
code-example(format="").
|
||||||
npm run typings -- install dt~jasmine --save --global
|
npm run typings -- install dt~jasmine --save --global
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
|
|
Loading…
Reference in New Issue