Skip to content

Commit 3b6e7d7

Browse files
authored
build: do not emit comments (#1342)
all code has been stable for a while. dont emit comments anymore Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 0b3396c commit 3b6e7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"sourceMap": false, /* Create source map files for emitted JavaScript files. */
5353
// "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. */
5454
"outDir": "./dist/", /* Specify an output folder for all emitted files. */
55-
"removeComments": false, /* Disable emitting comments. */
55+
"removeComments": true, /* Disable emitting comments. */
5656
// "noEmit": true, /* Disable emitting files from a compilation. */
5757
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
5858
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */

0 commit comments

Comments
 (0)