build(docs-infra): turn on disableTypeScriptVersionCheck in angularCompilerOptions (#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 #27536
This commit is contained in:
Igor Minar 2018-12-17 22:29:32 -08:00 committed by Miško Hevery
parent 8684fb5804
commit 69198ba37b
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@
"**/*.spec.ts"
],
"angularCompilerOptions": {
"preserveWhitespaces": false
"disableTypeScriptVersionCheck": true
}
}
}