Skip to content

Commit 94f2ad2

Browse files
author
Orta Therox
authored
Merge pull request #2124 from joshkel/patch-1
Add a reference to `sourcesContent`
2 parents 617bc04 + 5fcc438 commit 94f2ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsconfig-reference/copy/en/options/inlineSources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ display: "Inline Sources"
33
oneline: "Include source code in the sourcemaps inside the emitted JavaScript."
44
---
55

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).
77
This is often useful in the same cases as [`inlineSourceMap`](#inlineSourceMap).
88

99
Requires either [`sourceMap`](#sourceMap) or [`inlineSourceMap`](#inlineSourceMap) to be set.

0 commit comments

Comments
 (0)