Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(*): inline source code in sourceMaps rather than shipping it
  • Loading branch information
alan-agius4 committed Aug 5, 2017
1 parent 489aaa4 commit 8e75951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,3 +1,4 @@
src
test
docs
buildDocs
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -4,6 +4,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"sourceMap": true,
"inlineSources": true,
"target": "es5",
"strictNullChecks": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 8e75951

Please sign in to comment.