Skip to content

Commit 2494a94

Browse files
committed
docs: add resolve.tsconfigPaths option docs
1 parent 1f16e5c commit 2494a94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/shared-options.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ SSR ビルドの場合、`build.rollupOptions.output` で設定された ESM ビ
166166
- **関連:** [esbuild#preserve-symlinks](https://esbuild.github.io/api/#preserve-symlinks), [webpack#resolve.symlinks
167167
](https://webpack.js.org/configuration/resolve/#resolvesymlinks)
168168

169+
## resolve.tsconfigPaths
170+
171+
- **型:** `boolean`
172+
- **デフォルト:** `false`
173+
174+
tsconfig パス解決機能を有効にします。`tsconfig.json``paths` オプションがインポートの解決に使用されます。詳細は [特徴](/guide/features.md#paths) を参照してください。
175+
169176
## html.cspNonce
170177

171178
- **型:** `string`

0 commit comments

Comments
 (0)