From 6b310cdd366105a6dbfc2da832c9909e5f6ddf6e Mon Sep 17 00:00:00 2001 From: Dan Bucholtz Date: Mon, 24 Oct 2016 14:42:41 -0500 Subject: [PATCH] chore(build): include source maps in ionic-angular --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 66f147f9b2..0afcd00985 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "moduleResolution": "node", "noImplicitAny": false, "removeComments": true, + "sourceMap": true, "target": "es5", "types": ["jasmine"] },