升级到Angular 9

时间:2020-06-08 10:36:45

标签: angular

我将Angular项目从V8更新到了V9。成功升级后,当我运行项目时,它会向我发出以下警告: * / src / main.ngtypecheck.ts是TypeScript编译的一部分,但尚未使用。 仅将入口点添加到tsconfig中的“文件”或“包含”属性。

我按照答案找到了here。 但是我仍然收到警告。这是我的tsconfig.app.ts

{
"extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "types": []
  },
  "include": [
    "main.ts",
    "polyfills.ts"
  ]
}

如果有人找到了解决方案,请分享。

0 个答案:

没有答案