|
10 | 10 | "jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */,
|
11 | 11 | "declaration": true /* Generates corresponding '.d.ts' file. */,
|
12 | 12 | // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
|
13 |
| - "sourceMap": true /* Generates corresponding '.map' file. */, |
14 | 13 | // "outFile": "./", /* Concatenate and emit output to single file. */
|
15 | 14 | "outDir": "./dist" /* Redirect output structure to the directory. */,
|
16 | 15 | // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
|
51 | 50 | // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
|
52 | 51 |
|
53 | 52 | /* Source Map Options */
|
| 53 | + "sourceMap": true /* Generates corresponding '.map' file. */, |
54 | 54 | // "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
|
55 | 55 | // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
|
56 | 56 | // "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. */, |
58 | 58 |
|
59 | 59 | /* Experimental Options */
|
60 | 60 | // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
|
0 commit comments