|
60 | 60 | // "noEmit": true, /* Disable emitting files from a compilation. */ |
61 | 61 | // "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. */ |
62 | 62 | "outDir": "./target", /* Specify an output folder for all emitted files. */ |
63 | | - // "removeComments": true, /* Disable emitting comments. */ |
| 63 | + "removeComments": true, /* Disable emitting comments. */ |
64 | 64 | // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ |
65 | 65 | // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ |
66 | 66 | // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ |
67 | 67 | // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ |
68 | 68 | // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */ |
69 | 69 | // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */ |
70 | 70 | // "newLine": "crlf", /* Set the newline character for emitting files. */ |
71 | | - // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */ |
| 71 | + "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */ |
72 | 72 | // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */ |
73 | 73 | // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */ |
74 | 74 | // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */ |
|
0 commit comments