In an Angular CLI project, when using an unsupported version of TypeScript you may get the following warning:
@angular/compiler-cli@6.1.0 requires typescript@\'&
You need to use disableTypeScriptVersionCheck under angularCompilerOptions In your tsconfig.
disableTypeScriptVersionCheck
angularCompilerOptions