You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tsconfig-reference/copy/en/options/paths.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ display: "Paths"
3
3
oneline: "Specify a set of entries that re-map imports to additional lookup locations."
4
4
---
5
5
6
-
A series of entries which re-map imports to lookup locations relative to the [`baseUrl`](#baseUrl), there is a larger coverage of `paths` in [the handbook](/docs/handbook/module-resolution.html#path-mapping).
6
+
A series of entries which re-map imports to lookup locations relative to the [`baseUrl`](#baseUrl). There is a larger coverage of `paths` in [the handbook](/docs/handbook/module-resolution.html#path-mapping).
7
7
8
8
`paths` lets you declare how TypeScript should resolve an import in your `require`/`import`s.
0 commit comments