do not strip comments with tsc

Summary: Since tsc strips comments when writing plugins the dx is lacking as the doumentated comments are not discoverable via hovers in text editors

Reviewed By: aigoncharov

Differential Revision: D44498403

fbshipit-source-id: 8fe262f2d815adfbe989ece5d783359c9af4d180
This commit is contained in:
Anton Kastritskiy
2023-03-29 06:19:26 -07:00
committed by Facebook GitHub Bot
parent 60f4bc1a65
commit 2a52656d0b

View File

@@ -4,7 +4,7 @@
"lib": ["ES2019"],
"esModuleInterop": true,
"target": "ES2019",
"removeComments": true,
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"declaration": true,