We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
The text was updated successfully, but these errors were encountered:
Tracked in #56 which explains the issue better.
Sorry, something went wrong.
No branches or pull requests
When target is set to es6, it produces an error:
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...
The text was updated successfully, but these errors were encountered: