Angular8升级至Angular10报 .ts file is part of the TypeScript compilation but it‘s unused 的warning

这几天升级公司的一个Angular项目,把Angular更新到最新的10.0.1版本。

"dependencies": {
  "@angular/animations": "^10.0.1",
  "@angular/cdk": "^10.0.1",
  "@angular/common": "~10.0.1",
  "@angular/compiler": "~10.0.1",
  "@angular/core": "~10.0.1",
  "@angular/forms": "~10.0.1",
  ...
},
"devDependencies": {
  "@angular-devkit/build-angular": "~0.1000.0",
  "@angular-devkit/core": "^10.0.0",
  "@angular/cli": "~10.0.0",
  "@angular/compiler-cli": "~10.0.1",
  "@angular/language-service": "~10.0.1",
  ...
}

更新运行后,一直看到这个警告。警告

XXX.ts file is part of the TypeScript compilation but it’s unused

解决办法:
找到tsconfig.app ts文件,删除"include":["src/**/*.ts"]这一行,只在文件中保留入口点(main.tspolyfills.ts)
tsconfig.app.json

参考:how-to-get-rid-of-the-warning-ts-file-is-part-of-the-typescript-compilation-but

  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值