【发布时间】:2018-07-24 16:36:36
【问题描述】:
我的 ASP net core 项目有问题,我只是从 bower 添加 adminLTE,并更新了一些 bower 安装包,更新和安装后我已经遇到错误
已经尝试在我的项目中添加tsconfig.json
TSCONFIG.JSON:
{
"compileOnSave": true,
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"sourceMap": true,
"target": "es6",
"module": "amd",
"allowJs": false,
"allowSyntheticDefaultImports": true
}
}
错误:
【问题讨论】:
标签: c# asp.net visual-studio typescript asp.net-core