From eb4bb4ac943a2bed123ed3809d8b44eb4eb81bee Mon Sep 17 00:00:00 2001 From: 100gle Date: Thu, 19 Oct 2023 09:02:27 +0800 Subject: [PATCH] i18n(zh-cn): update `guides/typescript.mdx` --- src/content/docs/zh-cn/guides/typescript.mdx | 1 + 1 file changed, 1 insertion(+) 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/)。 ## 故障排除