From 8e75951616443672e242c80d59fe77437b80f4fd Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Sat, 5 Aug 2017 20:33:27 +0200 Subject: [PATCH] feat(*): inline source code in sourceMaps rather than shipping it --- .npmignore | 1 + tsconfig.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 4d5a146..e269964 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +src test docs buildDocs diff --git a/tsconfig.json b/tsconfig.json index cd3fffe..3d2d8e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "experimentalDecorators": true, "moduleResolution": "node", "sourceMap": true, + "inlineSources": true, "target": "es5", "strictNullChecks": true, "noImplicitAny": true,