diff --git a/tsconfig.json b/tsconfig.json index 54ecce5..c5d631b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "ES2021" ], "target": "ES2021", + "removeComments": false }, "include": ["./src"] }