chore(build): include source maps in ionic-angular

This commit is contained in:
Dan Bucholtz
2016-10-24 14:42:41 -05:00
parent 1856b0ba3d
commit 6b310cdd36

View File

@ -9,6 +9,7 @@
"moduleResolution": "node",
"noImplicitAny": false,
"removeComments": true,
"sourceMap": true,
"target": "es5",
"types": ["jasmine"]
},