Skip to content

Commit

Permalink
build(docs-infra): turn on disableTypeScriptVersionCheck in angularCo…
Browse files Browse the repository at this point in the history
…mpilerOptions (angular#27536)

We need to do this because we don't yet have a released version of angular
with typescript 3.2 support and on CI we test both against the snapshot and
whatever is in aio/yarn.lock.

Once we have the next rc or a stable relase we should be able to remove
this flag.

PS: I also removed the preserveWhitespace:false because that's the default now.

PR Close angular#27536
  • Loading branch information
IgorMinar committed Dec 19, 2018
1 parent 3a08c96 commit 2d624ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"**/*.spec.ts"
],
"angularCompilerOptions": {
"preserveWhitespaces": false
"disableTypeScriptVersionCheck": true
}
}
}

0 comments on commit 2d624ab

Please sign in to comment.