Skip to content

Commit 0dc06ea

Browse files
committed
update compiler flags
1 parent be9c4e3 commit 0dc06ea

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
@@ -60,15 +60,15 @@
6060
// "noEmit": true, /* Disable emitting files from a compilation. */
6161
// "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. */
6262
"outDir": "./target", /* Specify an output folder for all emitted files. */
63-
// "removeComments": true, /* Disable emitting comments. */
63+
"removeComments": true, /* Disable emitting comments. */
6464
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
6565
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
6666
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
6767
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
6868
// "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
6969
// "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
7070
// "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. */
7272
// "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
7373
// "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
7474
// "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */

0 commit comments

Comments
 (0)