Skip to content

Commit de07f8e

Browse files
committed
build(): do not remove comments
1 parent cf33f7c commit de07f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"module": "commonjs",
44
"declaration": true,
55
"strict": true,
6-
"removeComments": true,
6+
"removeComments": false,
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
@@ -21,4 +21,4 @@
2121
"**/*.spec.ts",
2222
"tests",
2323
]
24-
}
24+
}

0 commit comments

Comments
 (0)