|
53 | 53 | // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
54 | 54 | // "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
55 | 55 | // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
56 |
| - // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
57 |
| - // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
| 56 | + "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
| 57 | + "inlineSourceMap": false, /* Include sourcemap files inside the emitted JavaScript. */ |
58 | 58 | // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
|
59 |
| - // "outDir": "./", /* Specify an output folder for all emitted files. */ |
| 59 | + "outDir": "./dist", /* Specify an output folder for all emitted files. */ |
60 | 60 | // "removeComments": true, /* Disable emitting comments. */
|
61 | 61 | // "noEmit": true, /* Disable emitting files from a compilation. */
|
62 | 62 | // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
|
63 | 63 | // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
|
64 | 64 | // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
|
65 | 65 | // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
|
66 |
| - // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */ |
| 66 | + "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */ |
67 | 67 | // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
|
68 | 68 | // "newLine": "crlf", /* Set the newline character for emitting files. */
|
69 | 69 | // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
|
|
0 commit comments