Skip to content

Commit

Permalink
fix(tsc): inline the sourcemaps
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
ocombe committed Feb 16, 2016
1 parent 3b100e4 commit 0719829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "ES5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"inlineSourceMap": true,
"declaration": true,
"moduleResolution": "node"
},
Expand Down

0 comments on commit 0719829

Please sign in to comment.