При сборке решения в Visual Studio 2019, Typescript версии 3.8.3, я получил
The expression of an export assignment must be an identifier or qualified name in an ambient context.
в index.d.ts файле в строке 8: export default "ui.router";
index.d.ts
export default "ui.router";
// Type definitions for Angular JS (ui.router module) 1.1.5 // Project: https://github.com/angular-ui/ui-router // Definitions by: Michel Salib <https://github.com/michelsalib>, Ivan Matiishyn <https://github.com/matiishyn> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import * as angular from 'angular'; export default "ui.router"; export type IState = angular.ui.IState;
Как решить эту проблему?
Невозможно опубликовать sh веб-приложение из-за этой ошибки