Skip to content

Commit caadae8

Browse files
committed
Do not keep comments in built output
1 parent 8a5961e commit caadae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"noImplicitReturns": true,
1212
"noUnusedParameters": true,
1313
"outDir": "./built/",
14-
"removeComments": false,
14+
"removeComments": true,
1515
"sourceMap": true,
1616
"incremental": true,
1717
"skipLibCheck": true,

0 commit comments

Comments
 (0)