docs: add `disableTypeScriptVersionCheck` documentation (#25537)

PR Close #25537
This commit is contained in:
Alan Agius 2018-09-10 22:16:31 +02:00 committed by Igor Minar
parent f3b552f51f
commit 379e8c5e19
1 changed files with 8 additions and 0 deletions

View File

@ -1482,6 +1482,14 @@ to allow it to be imported from template factory modules. See
Setting this option to `false` disables this rewriting, requiring the rewriting to be
done manually.
### *disableTypeScriptVersionCheck*
When `true`, this option tells the compiler not to check the TypeScript version.
The compiler will skip checking and will not error out when an unsupported version of TypeScript is used.
Setting this option to `true` is not recommended because unsupported versions of TypeScript might have undefined behaviour.
This option is `false` by default.
### *preserveWhitespaces*
This option tells the compiler whether to remove blank text nodes from compiled templates.