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 0d3f997 commit f2a2647Copy full SHA for f2a2647
guide/performance.md
@@ -52,7 +52,7 @@ Vite の内部および公式プラグインは、幅広いエコシステムと
52
プラグインの作者の場合は上記のチェックの回数を減らすために、必要な時にのみ [`this.resolve`](https://rollupjs.org/plugin-development/#this-resolve) を呼び出すようにしてください。
53
54
::: tip TypeScript
55
-TypeScript を使用している場合は、`tsconfig.json` の `compilerOptions` で `"moduleResolution": "bundler"` および `"allowImportingTsExtensions": true` を有効にして、コード内で直接 `.ts` および `.tsx` 拡張子を使用できるようにしてください。
+TypeScript を使用している場合は、`tsconfig.json` の `compilerOptions` で `"moduleResolution": "Bundler"` および `"allowImportingTsExtensions": true` を有効にして、コード内で直接 `.ts` および `.tsx` 拡張子を使用できるようにしてください。
56
:::
57
58
## バレルファイルを避ける
0 commit comments