Skip to content

Commit f2a2647

Browse files
authored
chore: update moduleResolution value casing (#1637)
resolve #1636 vitejs/vite@ff018dc の反映です。
1 parent 0d3f997 commit f2a2647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Vite の内部および公式プラグインは、幅広いエコシステムと
5252
プラグインの作者の場合は上記のチェックの回数を減らすために、必要な時にのみ [`this.resolve`](https://rollupjs.org/plugin-development/#this-resolve) を呼び出すようにしてください。
5353

5454
::: tip TypeScript
55-
TypeScript を使用している場合は、`tsconfig.json``compilerOptions``"moduleResolution": "bundler"` および `"allowImportingTsExtensions": true` を有効にして、コード内で直接 `.ts` および `.tsx` 拡張子を使用できるようにしてください。
55+
TypeScript を使用している場合は、`tsconfig.json``compilerOptions``"moduleResolution": "Bundler"` および `"allowImportingTsExtensions": true` を有効にして、コード内で直接 `.ts` および `.tsx` 拡張子を使用できるようにしてください。
5656
:::
5757

5858
## バレルファイルを避ける

0 commit comments

Comments
 (0)