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", "module": "commonjs",
"declaration": true, "declaration": true,
"noImplicitAny": false, "noImplicitAny": false,
"removeComments": true, "removeComments": false,
"noLib": false, "noLib": false,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"experimentalDecorators": true, "experimentalDecorators": true,