Skip to content

Commit

Permalink
chore: update moduleResolution value casing (#1637)
Browse files Browse the repository at this point in the history
resolve #1636

vitejs/vite@ff018dc の反映です。
  • Loading branch information
shuuji3 authored Oct 22, 2024
1 parent 0d3f997 commit f2a2647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Vite の内部および公式プラグインは、幅広いエコシステムと
プラグインの作者の場合は上記のチェックの回数を減らすために、必要な時にのみ [`this.resolve`](https://rollupjs.org/plugin-development/#this-resolve) を呼び出すようにしてください。

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

## バレルファイルを避ける
Expand Down

0 comments on commit f2a2647

Please sign in to comment.