Skip to content

Commit 566ebae

Browse files
committed
Add config to remove comments in built-time
1 parent 6c79c0f commit 566ebae

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
@@ -9,7 +9,8 @@
99
"allowJs": true,
1010
"moduleResolution": "node",
1111
"esModuleInterop": true,
12-
"lib": ["ES2015"]
12+
"lib": ["ES2015"],
13+
"removeComments": true
1314
},
1415
"include": ["src/**/*"],
1516
"exclude": ["node_modules", "**/*.spec.ts"]

0 commit comments

Comments
 (0)