Skip to content

Commit 2b2c345

Browse files
committed
Removing comments from generated files.
1 parent b0785f3 commit 2b2c345

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tsconfig-es2015.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
"emitDecoratorMetadata": true,
55

6+
"removeComments": true,
67
"declaration": true,
78
"experimentalDecorators": true,
89
"module": "es2015",

tsconfig-es5.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"emitDecoratorMetadata": true,
44

5+
"removeComments": true,
56
"declaration": false,
67
"experimentalDecorators": true,
78
"module": "commonjs",

tsconfig-es6.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"emitDecoratorMetadata": true,
44
"experimentalDecorators": true,
5+
"removeComments": true,
56
"moduleResolution": "node",
67
"outDir": "./dist/es6",
78
"rootDir": ".",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"emitDecoratorMetadata": true,
44

5+
"removeComments": true,
56
"declaration": false,
67
"experimentalDecorators": true,
78
"module": "commonjs",

0 commit comments

Comments
 (0)