Skip to content

Commit b71595f

Browse files
authored
Merge pull request #953 from leedom92/patch-1
fix: typo
2 parents 4626f9b + 4a160bc commit b71595f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Vite 默认不会转译 TypeScript,而是使用 `esbuild` 的默认行为。
112112
- [`alwaysStrict`](https://www.typescriptlang.org/tsconfig#alwaysStrict)
113113

114114
::: tip `skipLibCheck`
115-
Vite 启动模板默认情况下会设置 `"skipLibCheck": "true"`,以避免对依赖项进行类型检查,因为它们可能只支持特定版本和配置的 TypeScript。你可以在 [vuejs/vue-cli#5688](https://github.com/vuejs/vue-cli/pull/5688)
115+
Vite 启动模板默认情况下会设置 `"skipLibCheck": "true"`,以避免对依赖项进行类型检查,因为它们可能只支持特定版本和配置的 TypeScript。你可以在 [vuejs/vue-cli#5688](https://github.com/vuejs/vue-cli/pull/5688) 了解更多信息
116116
:::
117117

118118
### 客户端类型 {#client-types}

0 commit comments

Comments
 (0)