在angular-cli.json
中,我试图在构建下添加两个新的配置部分,并提供目标以指向新的TypeScript配置。
但是出现了错误消息:
Angular Cli配置
缺少属性“版本”。
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
...
},
"apps": [
{
...
}
],
"e2e": {
...
},
"lint": [
...
],
"test": {
...
},
"defaults": {
...
}
}
我不能解决这个问题,有人可以帮忙吗?