Skip to content

Commit ecd65d3

Browse files
committed
Remove code comments on Typescript compilation process
1 parent 5196a37 commit ecd65d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"root": true,
33
"compilerOptions": {
4+
"removeComments": true,
45
"noFallthroughCasesInSwitch": true,
56
"noUnusedParameters": true,
67
"noImplicitReturns": true,

0 commit comments

Comments
 (0)