Disable TypeScript mismatch in ng-packagr

后端 未结 1 1644
遇见更好的自我
遇见更好的自我 2021-01-27 13:23

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@\'&         


        
相关标签:
1条回答
  • 2021-01-27 13:53

    You need to use disableTypeScriptVersionCheck under angularCompilerOptions In your tsconfig.

    0 讨论(0)
提交回复
热议问题