chore(build): ship source maps

This commit is contained in:
Ibby Hadeed 2017-03-26 01:53:54 -04:00
parent c52bb832b4
commit be345ea829
2 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,9 @@
"rootDir": "../../src/", "rootDir": "../../src/",
"target": "es5", "target": "es5",
"skipLibCheck": true, "skipLibCheck": true,
"lib": ["es2015", "dom"] "lib": ["es2015", "dom"],
"sourceMap": true,
"inlineSources": true
}, },
"files": [ "files": [
"../../src/@ionic-native/core/index.ts" "../../src/@ionic-native/core/index.ts"

View File

@ -14,7 +14,9 @@
"rootDir": "../../../src/@ionic-native/plugins/", "rootDir": "../../../src/@ionic-native/plugins/",
"target": "es5", "target": "es5",
"skipLibCheck": true, "skipLibCheck": true,
"lib": ["es2015", "dom"] "lib": ["es2015", "dom"],
"sourceMap": true,
"inlineSources": true
}, },
"files": [] "files": []
} }