Skip to content

Commit

Permalink
fix(AoT): ignore lib check to allow ngc to compile
Browse files Browse the repository at this point in the history
Closes #104
Closes #124

Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Jun 2, 2017
1 parent 664eddc commit 1de026f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"outDir": "./dist",
"removeComments": false,
"target": "es5",
"skipLibCheck": true,
"strict": true
},
"include": [
Expand Down

0 comments on commit 1de026f

Please sign in to comment.