Skip to content

Commit

Permalink
fix(build): emit decorator metadata from build
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-b committed Sep 30, 2017
1 parent 9f293a9 commit a9e14d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"importHelpers": true,
"inlineSourceMap": true,
"forceConsistentCasingInFileNames": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"listFiles": false,
"traceResolution": false,
"pretty": true,
Expand Down

0 comments on commit a9e14d7

Please sign in to comment.