OfficeDev / office-js-helpers

[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
MIT License
126 stars 56 forks source link

A default export can only be used in an ECMAScript-style module. v 1.0.2 #79

Closed sremiger1 closed 6 years ago

sremiger1 commented 6 years ago

C:\Projects\Outlook Add-in\Plugin\node_modules\@microsoft\office-js-helpers\dist\office.helpers.d.ts (628,10): error TS1319: A default export can only be used in an ECMAScript-style module.

remove the default from the following line and it compiles export default function stringify(value: any): string;

export function stringify(value: any): string;

WrathOfZombies commented 6 years ago

Yes this was an unwated regression that creeped in. Will be addressing it shortly.