packages/cli: keep comments in ts declarations

This commit is contained in:
Patrik Oldsberg
2020-05-18 00:19:27 +02:00
parent 78a7566927
commit 5d11dba5db
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
"incremental": true,
"target": "ES2019",
"module": "ESNext",
"removeComments": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2019"],