We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b392991 commit 27f2e72Copy full SHA for 27f2e72
tsconfig.json
@@ -4,6 +4,7 @@
4
"module": "commonjs",
5
"target": "es5",
6
"noImplicitAny": false,
7
- "sourceMap": false
+ "sourceMap": false,
8
+ "removeComments": true
9
}
10
0 commit comments