Skip to content

Commit 6a05af0

Browse files
Update guide/features.md
1 parent 5fcfba8 commit 6a05af0

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-
然而,一些库(如:[`vue`](https://github.com/vuejs/core/issues/1228))不能很好地与 `"isolatedModules": true` 共同运作。你可以在上游仓库修复好之前暂时使用 `"skipLibCheck": true` 来缓解这个错误。
56+
然而,一些库(如:[`vue`](https://github.com/vuejs/core/issues/1228))不能很好地与 `"isolatedModules": true` 共同工作。你可以在上游仓库修复好之前暂时使用 `"skipLibCheck": true` 来缓解这个错误。
5757

5858
#### `useDefineForClassFields`
5959

0 commit comments

Comments
 (0)