]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Remove comments in build
authorDaniel Imms <daimms@microsoft.com>
Mon, 16 Jan 2017 22:02:55 +0000 (14:02 -0800)
committerDaniel Imms <daimms@microsoft.com>
Mon, 16 Jan 2017 22:02:55 +0000 (14:02 -0800)
tsconfig.json

index f5a7d66c1ab7ffa1d87fc57f5113300570d832f4..c9e7fd46b5da96e8d12e15a30eb7a435ca018221 100644 (file)
@@ -5,7 +5,8 @@
     "rootDir": "src",
     "allowJs": true,
     "outDir": "lib",
-    "sourceMap": true
+    "sourceMap": true,
+    "removeComments": true
   },
   "include": [
     "src/**/*"