Skip to content

Commit

Permalink
docs: remove vue from the example when skipLibCheck needs to be e…
Browse files Browse the repository at this point in the history
…nabled (#16162)
  • Loading branch information
sapphi-red authored Mar 14, 2024
1 parent 9888843 commit 1574f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ It is because `esbuild` only performs transpilation without type information, it

You must set `"isolatedModules": true` in your `tsconfig.json` under `compilerOptions`, so that TS will warn you against the features that do not work with isolated transpilation.

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.
If a dependency doesn't work well with `"isolatedModules": true`. You can use `"skipLibCheck": true` to temporarily suppress the errors until it is fixed upstream.

#### `useDefineForClassFields`

Expand Down

0 comments on commit 1574f35

Please sign in to comment.