aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/tsconfig.json
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-02-05 22:40:24 -0500
committerAllan Wang <me@allanwang.ca>2019-02-05 22:40:24 -0500
commit87469aba96cee61b4252d9a6d023324598355244 (patch)
treee1db2a8b67af7c17a8d6f0e4f9bc3975231a0c3e /app/src/web/tsconfig.json
parent330bf2857396b15752afadb030c981a1cb2848fe (diff)
downloadfrost-87469aba96cee61b4252d9a6d023324598355244.tar.gz
frost-87469aba96cee61b4252d9a6d023324598355244.tar.bz2
frost-87469aba96cee61b4252d9a6d023324598355244.zip
Strip images and update context handler
Diffstat (limited to 'app/src/web/tsconfig.json')
-rw-r--r--app/src/web/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/web/tsconfig.json b/app/src/web/tsconfig.json
index 711fdcbb..ea88e28e 100644
--- a/app/src/web/tsconfig.json
+++ b/app/src/web/tsconfig.json
@@ -16,7 +16,8 @@
"strictNullChecks": true,
"noImplicitAny": true,
"allowUnreachableCode": true,
- "allowUnusedLabels": true
+ "allowUnusedLabels": true,
+ "removeComments": true
},
"include": [
"assets/js", "assets/typings"