Skip to content

Commit 27f2e72

Browse files
author
Diabeu
committed
chore(tsconfig): removeComments is true
1 parent b392991 commit 27f2e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"target": "es5",
66
"noImplicitAny": false,
7-
"sourceMap": false
7+
"sourceMap": false,
8+
"removeComments": true
89
}
910
}

0 commit comments

Comments
 (0)