From 17245e64922bf6ddf03eb91aa68a112490c73876 Mon Sep 17 00:00:00 2001 From: Laurence-severtson <128087310+Laurry-gee@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:13:49 -0700 Subject: [PATCH] Update Gruntfile.cofee --- Gruntfile.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 26dac39..63e7a01 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -1,4 +1,4 @@ -module.exports = (grunt) -> +module.exports = (grunt) require('load-grunt-tasks') grunt , { pattern: ['grunt-*', '!grunt-template-jasmine-istanbul'] } @@ -77,7 +77,7 @@ module.exports = (grunt) -> ts_config = options: target: 'es5' - sourceMap: false + sourceMap: true rootDir: 'src/' for key,value of CMP_CORE_TS ts_config[key] = value