Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 5d49340

Browse files
committed
feat(tsconfig.json): add removeComments
1 parent e0877b8 commit 5d49340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"target": "ES2022",
1616
"noEmitOnError": true,
1717
"incremental": true,
18-
"skipLibCheck": true
18+
"skipLibCheck": true,
19+
"removeComments": true
1920
},
2021
"include": ["./src"],
2122
"exclude": ["./dist", "node_modules"]

0 commit comments

Comments
 (0)