fix: allow comments for jsdoc/tsdoc

This commit is contained in:
Aleksandr Bukhalo 2020-08-14 14:01:39 +03:00
parent 18928f02b9
commit c04794d9ce

View File

@ -3,7 +3,7 @@
"module": "commonjs",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"removeComments": false,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,