Skip to content

Commit 46b0be4

Browse files
Update website/docs/en/config/lib/redirect.mdx
Co-authored-by: Timeless0911 <[email protected]>
1 parent 25f4c91 commit 46b0be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/en/config/lib/redirect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Configure the redirect for import paths in output files. In bundleless mode, the
3838

3939
Common scenarios that require redirect:
4040

41-
- Automatically convert tsconfig.json paths to correct relative path
41+
- Automatically convert `paths` in `tsconfig.json` to correct relative path
4242

4343
For example, set `compilerOptions.paths` to `{ "@/*": ["src/*"] }` in tsconfig.json, the output file will be redirected to the correct relative path:
4444

0 commit comments

Comments
 (0)