Merge pull request #1841 from NativeScript/cankov/grunt-inplace-sourcemaps

The 'grunt inplace' build generate source maps
This commit is contained in:
Panayot Cankov
2016-03-25 13:33:03 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -352,6 +352,9 @@ module.exports = function(grunt) {
tsconfig: {
tsconfig: 'tsconfig.json',
passThrough: true,
},
options: {
additionalFlags: "--sourceMap"
}
},
buildNodeTests: {

View File

@ -1,7 +1,6 @@
{
"version": "1.6.2",
"compilerOptions": {
"sourceMap": false,
"noEmitOnError": true,
"noEmitHelpers": true,
"target": "es5",