Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript compile error #47

Open
Vaccano opened this issue Mar 29, 2017 · 2 comments
Open

Typescript compile error #47

Vaccano opened this issue Mar 29, 2017 · 2 comments

Comments

@Vaccano
Copy link

Vaccano commented Mar 29, 2017

The current aurelia-breeze.d.ts file has this as the first line:

import breeze from 'breeze-client';

This gives me the error:

ERROR in C:\my\path\my-project\node_modules\aurelia-breeze\dist\aurelia-breeze.d.ts
(1,8): error TS1192: Module '"C:/my/path/my-project/node_modules/breeze-client/index"' has no default export.

If I change the first line to this:

import * as breeze from 'breeze-client';

Then it works fine.

Please consider changing this in the source.

@Vaccano
Copy link
Author

Vaccano commented Apr 28, 2017

Is this project abandoned?

@alfkonee
Copy link

@Vaccano you may have to email @jdanyow personally but which version of TS are you using and what's does tsconfig look like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants