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

compile to es6? #20

Open
vbilopav opened this issue Mar 4, 2019 · 1 comment
Open

compile to es6? #20

vbilopav opened this issue Mar 4, 2019 · 1 comment

Comments

@vbilopav
Copy link

vbilopav commented Mar 4, 2019

When target is set to es6, it produces an error:

tsc -p src/core/tsconfig.json && tsc

node_modules/typescript/lib/lib.es2015.collection.d.ts:28:14 - error TS2687: All declarations of 'size' must have identical modifiers.

28 readonly size: number;
~~~~

It seems that problem is with versions of types/node@ and typescript...

@JustinGrote
Copy link

Tracked in #56 which explains the issue better.

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