Skip to content

Commit eedd9bc

Browse files
authored
docs: alwaysStrict does not affect the build result anymore (#21199)
1 parent 526217a commit eedd9bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guide/features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ Note that this feature has a performance cost and is [discouraged by the TypeScr
123123
- [`jsxFragmentFactory`](https://www.typescriptlang.org/tsconfig#jsxFragmentFactory)
124124
- [`jsxImportSource`](https://www.typescriptlang.org/tsconfig#jsxImportSource)
125125
- [`experimentalDecorators`](https://www.typescriptlang.org/tsconfig#experimentalDecorators)
126-
- [`alwaysStrict`](https://www.typescriptlang.org/tsconfig#alwaysStrict)
127126

128127
::: tip `skipLibCheck`
129128
Vite starter templates have `"skipLibCheck": "true"` by default to avoid typechecking dependencies, as they may choose to only support specific versions and configurations of TypeScript. You can learn more at [vuejs/vue-cli#5688](https://github.com/vuejs/vue-cli/pull/5688).

0 commit comments

Comments
 (0)