Skip to content

Commit

Permalink
build: Set experimental decorators flag when building TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Sep 29, 2015
1 parent 78f5339 commit 351deb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ var paths = require('./paths');
var tsProject = {
module: 'commonjs',
target: 'es5',
typescript: require('typescript')
typescript: require('typescript'),
experimentalDecorators: true
};

gulp.task('build', ['build-lib', 'build-tests']);
Expand Down

0 comments on commit 351deb3

Please sign in to comment.