Skip to content

Commit 346432c

Browse files
authored
docs: alwaysStrict does not affect the build result anymore (#2274)
1 parent 8b11d45 commit 346432c

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 @@ Vite は `esbuild` と同じ動作に従い、`tsconfig.json` 内の `target`
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 のスターターテンプレートでは依存関係の型チェックを避けるため、デフォルトで `"skipLibCheck": "true"` となっています。これは TypeScript の特定のバージョンや設定のみをサポートするように選択できるようにするためです。詳しくは [vuejs/vue-cli#5688](https://github.com/vuejs/vue-cli/pull/5688) を参照してください。

0 commit comments

Comments
 (0)