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:
committed by
Facebook GitHub Bot
parent
60f4bc1a65
commit
2a52656d0b
@@ -4,7 +4,7 @@
|
|||||||
"lib": ["ES2019"],
|
"lib": ["ES2019"],
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"target": "ES2019",
|
"target": "ES2019",
|
||||||
"removeComments": true,
|
"removeComments": false,
|
||||||
"preserveConstEnums": true,
|
"preserveConstEnums": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user