Skip to content

Commit 074c7f9

Browse files
Merge pull request #472 from ashgo-x/main
2 parents dd47f6e + 6a05af0 commit 074c7f9

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
@@ -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)