diff --git a/src/content/docs/zh-cn/guides/typescript.mdx b/src/content/docs/zh-cn/guides/typescript.mdx index 4bb72a04dc71c..ecae834a193f2 100644 --- a/src/content/docs/zh-cn/guides/typescript.mdx +++ b/src/content/docs/zh-cn/guides/typescript.mdx @@ -278,6 +278,7 @@ const { title } = Astro.props; ::: 📚 阅读更多关于 Astro 中的 [`.ts` 文件导入](/zh-cn/guides/imports/#typescript)。 + 📚 阅读更多关于 [TypeScript 配置](https://www.typescriptlang.org/tsconfig/)。 ## 故障排除