We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
alwaysStrict
1 parent 8b11d45 commit aa8430cCopy full SHA for aa8430c
guide/features.md
@@ -123,7 +123,6 @@ Vite は `esbuild` と同じ動作に従い、`tsconfig.json` 内の `target`
123
- [`jsxFragmentFactory`](https://www.typescriptlang.org/tsconfig#jsxFragmentFactory)
124
- [`jsxImportSource`](https://www.typescriptlang.org/tsconfig#jsxImportSource)
125
- [`experimentalDecorators`](https://www.typescriptlang.org/tsconfig#experimentalDecorators)
126
-- [`alwaysStrict`](https://www.typescriptlang.org/tsconfig#alwaysStrict)
127
128
::: tip `skipLibCheck`
129
Vite のスターターテンプレートでは依存関係の型チェックを避けるため、デフォルトで `"skipLibCheck": "true"` となっています。これは TypeScript の特定のバージョンや設定のみをサポートするように選択できるようにするためです。詳しくは [vuejs/vue-cli#5688](https://github.com/vuejs/vue-cli/pull/5688) を参照してください。
0 commit comments