Skip to content

Commit f529687

Browse files
committed
Apply origin changes
1 parent ba76705 commit f529687

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guide/features.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export type { T }
5353

5454
### 타입스크립트 컴파일러 옵션 {#typescript-compiler-options}
5555

56+
Vite respects some of the options in `tsconfig.json` and sets the corresponding esbuild options. For each file, Vite uses the `tsconfig.json` in the closest parent directory. If that `tsconfig.json` contains a [`references`](https://www.typescriptlang.org/tsconfig/#references) field, Vite will use the referenced config file that satisfies the [`include`](https://www.typescriptlang.org/tsconfig/#include) and [`exclude`](https://www.typescriptlang.org/tsconfig/#exclude) fields.
57+
58+
When the options are set in both the Vite config and the `tsconfig.json`, the value in the Vite config takes precedence.
59+
5660
`tsconfig.json` 파일 내 `compilerOptions` 설정들의 값을 조작할 때는 특별한 주의가 필요합니다.
5761

5862
#### `isolatedModules` {#isolatedmodules}

0 commit comments

Comments
 (0)