Skip to content

Commit

Permalink
fixup! build(aio): update to typescript@2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Mar 20, 2018
1 parent 7c3e60f commit bc9e172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aio/src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"types": [
"jasmine",
"node"
]
],
// disabled because this is on by default in tsc 2.7 breaking our codebase - we need to refactor
"strictPropertyInitialization": false,
// disabled because of https://github.com/angular/angular/issues/22877
"skipLibCheck": true
},
"files": [
"test.ts"
Expand Down

0 comments on commit bc9e172

Please sign in to comment.