docs(quickstart): typo in TypeScript configuration file name
closes #439 tsconfig.json instead of tsconfig.js
This commit is contained in:
parent
4d1571254b
commit
ad5fc1ffc1
|
@ -431,9 +431,9 @@ include ../../../_includes/_util-fns
|
||||||
:marked
|
:marked
|
||||||
<a id="tsconfig"></a>
|
<a id="tsconfig"></a>
|
||||||
### Appendix: TypeScript configuration
|
### Appendix: TypeScript configuration
|
||||||
We added a TypeScript configuration file (`tsconfig.js`) to our project to
|
We added a TypeScript configuration file (`tsconfig.json`) to our project to
|
||||||
guide the compiler as it generates JavaScript files.
|
guide the compiler as it generates JavaScript files.
|
||||||
Get details about `tsconfig.js` from the official
|
Get details about `tsconfig.json` from the official
|
||||||
[TypeScript wiki](https://github.com/Microsoft/TypeScript/wiki/tsconfig.json).
|
[TypeScript wiki](https://github.com/Microsoft/TypeScript/wiki/tsconfig.json).
|
||||||
|
|
||||||
We'd like a moment to discuss the `noImplicitAny` flag.
|
We'd like a moment to discuss the `noImplicitAny` flag.
|
||||||
|
|
Loading…
Reference in New Issue