Skip to content

Commit ae5a2d7

Browse files
authored
docs: add resolve.tsconfigPaths option docs (#1305) (#1572)
Co-authored-by: Rush Ali <s0aPii.ra@googlemail.com> closes #1305 #1572
1 parent 0ef5c79 commit ae5a2d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/config/shared-options.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@ Durch Aktivieren dieser Einstellung bestimmt Vite die Dateiidentität anhand des
165165

166166
- **Verwandt:** [esbuild#preserve-symlinks](https://esbuild.github.io/api/#preserve-symlinks), [webpack#resolve.symlinks](https://webpack.js.org/configuration/resolve/#resolvesymlinks)
167167

168+
## resolve.tsconfigPaths
169+
170+
- **Typ:** `boolean`
171+
- **Standard:** `false`
172+
173+
Aktiviert die Funktion der `tsconfig` zur Pfadauflösung. Die Option `paths` in der `tsconfig.json` wird genutzt, um Importe aufzulösen. Siehe [Funktionen](/guide/features.md#paths) für mehr Details.
174+
175+
168176
## html.cspNonce
169177

170178
- **Typ:** `string`

0 commit comments

Comments
 (0)