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/inlineSources.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ display: "Inline Sources"
3
3
oneline: "Include source code in the sourcemaps inside the emitted JavaScript."
4
4
---
5
5
6
-
When set, TypeScript will include the original content of the `.ts` file as an embedded string in the source map.
6
+
When set, TypeScript will include the original content of the `.ts` file as an embedded string in the source map (using the source map's `sourcesContent` property).
7
7
This is often useful in the same cases as [`inlineSourceMap`](#inlineSourceMap).
8
8
9
9
Requires either [`sourceMap`](#sourceMap) or [`inlineSourceMap`](#inlineSourceMap) to be set.
0 commit comments