You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript projects expect the module export to contain a `default`
property in order for imports to work:
```ts
import page from 'page';
```
This makes that work. In the future page.js will be an ES module so this
won't be necessary.
Fixes#365
We should start sending default exports microsoft/TypeScript#3337
The text was updated successfully, but these errors were encountered: