mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-10-05 13:12:54 +03:00
fix: allow comments for jsdoc/tsdoc
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user