gpt4 book ai didi

angular - 警告 将 Angular 7 升级到 9 会收到警告

转载 作者:行者123 更新时间:2023-12-05 07:12:38 27 4
gpt4 key购买 nike

在 npm start 发出警告后更新我的项目中的 Angular 版本

WARNING in E:\bansi\project\BTT\BTT_new - angular 9.0.1\BTTReport_AspnetZero_New\BTTCorpAngular-master\src\app\btt-report\monthly-report\monthly-report.component.spec.ts is part of the TypeScript compilation but it's unused.Add only entry points to the 'files' or 'include' properties in your tsconfig.并且在构建我的项目时遇到很多错误。我厌倦了更改依赖项添加和删除。

我添加了 tsconfig.app.json 文件

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"src/test.ts",
"src/**/*.spec.ts"
]
}

Ivy Workspace: <error>

最佳答案

正如这里提到的:How to get rid of the warning .ts file is part of the TypeScript compilation but it's unused

从包含数组中删除 "src/**/*.ts" 就可以了。

或者您可以将未使用的文件添加到 tsconfig.app.json 的排除数组中

关于angular - 警告 将 Angular 7 升级到 9 会收到警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60392110/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com