fix(build): disable emitDecoratorMetadata option in tsconfig

closes #251
This commit is contained in:
Ibby Hadeed 2016-06-27 08:41:10 -04:00
parent e52c1f0cae
commit a5f3d7a9bd

View File

@ -4,7 +4,6 @@
"target": "ES5", "target": "ES5",
"sourceMap": true, "sourceMap": true,
"declaration": true, "declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"outDir": "dist" "outDir": "dist"
}, },