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.
resolve.tsconfigPaths
1 parent 1f16e5c commit 2494a94Copy full SHA for 2494a94
config/shared-options.md
@@ -166,6 +166,13 @@ SSR ビルドの場合、`build.rollupOptions.output` で設定された ESM ビ
166
- **関連:** [esbuild#preserve-symlinks](https://esbuild.github.io/api/#preserve-symlinks), [webpack#resolve.symlinks
167
](https://webpack.js.org/configuration/resolve/#resolvesymlinks)
168
169
+## resolve.tsconfigPaths
170
+
171
+- **型:** `boolean`
172
+- **デフォルト:** `false`
173
174
+tsconfig パス解決機能を有効にします。`tsconfig.json` の `paths` オプションがインポートの解決に使用されます。詳細は [特徴](/guide/features.md#paths) を参照してください。
175
176
## html.cspNonce
177
178
- **型:** `string`
0 commit comments