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.
1 parent 95ee940 commit eb1a701Copy full SHA for eb1a701
guide/features.md
@@ -53,6 +53,10 @@ export type { T }
53
54
### TypeScript コンパイラーオプション
55
56
+Vite は `tsconfig.json` のいくつかのオプションを尊重し、対応する esbuild のオプションを設定します。各ファイルに対して、Vite は最も近い親ディレクトリーにある `tsconfig.json` を使用します。その `tsconfig.json` に [`references`](https://www.typescriptlang.org/tsconfig/#references) フィールドが含まれている場合、Vite は [`include`](https://www.typescriptlang.org/tsconfig/#include) と [`exclude`](https://www.typescriptlang.org/tsconfig/#exclude) フィールドを満たす参照された設定ファイルを使用します。
57
+
58
+オプションが Vite の設定と `tsconfig.json` の両方に設定されている場合、Vite の設定の値が優先されます。
59
60
`tsconfig.json` の `compilerOptions` にあるいくつかの設定フィールドには、特別な注意が必要です。
61
62
#### `isolatedModules`
0 commit comments