Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba93aae

Browse files
committedApr 21, 2016
Add Angular compiler options by default.
1 parent 54b7152 commit ba93aae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎postinstall.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ function createTsconfig() {
3737
target: "es5",
3838
sourceMap: true,
3939
experimentalDecorators: true,
40+
emitDecoratorMetadata: true,
4041
noEmitHelpers: true,
42+
noEmitOnError: true,
4143
};
4244

4345
tsconfig.exclude = ['node_modules', 'platforms'];

0 commit comments

Comments
 (0)
Please sign in to comment.