Skip to content

Commit 5fcfba8

Browse files
author
Ash Go
authored
docs: translation
1 parent dd47f6e commit 5fcfba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export type { T }
5353

5454
你必须在 `tsconfig.json` 中的 `compilerOptions` 下设置 `"isolatedModules": true`。如此做,TS 会警告你不要使用隔离(isolated)转译的功能。
5555

56-
However, some libraries (e.g. [`vue`](https://github.com/vuejs/core/issues/1228)) don't work well with `"isolatedModules": true`. You can use `"skipLibCheck": true` to temporarily suppress the errors until it is fixed upstream.
56+
然而,一些库(如:[`vue`](https://github.com/vuejs/core/issues/1228))不能很好地与 `"isolatedModules": true` 共同运作。你可以在上游仓库修复好之前暂时使用 `"skipLibCheck": true` 来缓解这个错误。
5757

5858
#### `useDefineForClassFields`
5959

0 commit comments

Comments
 (0)