Skip to content

Commit 6d91345

Browse files
committed
inline src into source maps
1 parent 33db3ba commit 6d91345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */,
1111
"declaration": true /* Generates corresponding '.d.ts' file. */,
1212
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
13-
"sourceMap": true /* Generates corresponding '.map' file. */,
1413
// "outFile": "./", /* Concatenate and emit output to single file. */
1514
"outDir": "./dist" /* Redirect output structure to the directory. */,
1615
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
@@ -51,10 +50,11 @@
5150
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
5251

5352
/* Source Map Options */
53+
"sourceMap": true /* Generates corresponding '.map' file. */,
5454
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
5555
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
5656
// "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
57-
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
57+
"inlineSources": true /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */,
5858

5959
/* Experimental Options */
6060
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */

0 commit comments

Comments
 (0)