diff --git a/aio/content/guide/typescript-configuration.md b/aio/content/guide/typescript-configuration.md index 6a83b30150..a75e4c3bd6 100644 --- a/aio/content/guide/typescript-configuration.md +++ b/aio/content/guide/typescript-configuration.md @@ -206,7 +206,7 @@ QuickStart identifies two *typings*, or `d.ts`, files: * [node](https://www.npmjs.com/package/@types/node) for code that references objects in the *Node.js®* environment; - [node](https://www.npmjs.com/package/@types/node)是为了在 *Node.js®* 环境中引用对象的代码提供的类型定义。在[webpack](guide/webpack)页面可以看到例子。 + [node](https://www.npmjs.com/package/@types/node)是为了在 *Node.js®* 环境中引用对象的代码提供的类型定义。 QuickStart doesn't require these typings but many of the samples do.