Skip to content

Commit

Permalink
fix(build): disable emitDecoratorMetadata option in tsconfig
Browse files Browse the repository at this point in the history
closes #251
  • Loading branch information
ihadeed committed Jun 27, 2016
1 parent e52c1f0 commit a5f3d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"target": "ES5",
"sourceMap": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"outDir": "dist"
},
Expand Down

0 comments on commit a5f3d7a

Please sign in to comment.