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
TS 3.4 adds new syntax (const contexts and readonly tuples) which isn't supported now. Repro on CodeSandbox
Could be solved with #942 but this is smaller scope, so I've created separate issue.
The text was updated successfully, but these errors were encountered:
Support dynamic typescript version from package.json
496b15c
Fixes #942 Fixes #1683
Support dynamic typescript version from package.json (#1843)
b73db70
* Support dynamic typescript version from package.json Fixes #942 Fixes #1683 * Fix typings * Fix typings * Allow for extension of package.json
Successfully merging a pull request may close this issue.
TS 3.4 adds new syntax (const contexts and readonly tuples) which isn't supported now. Repro on CodeSandbox
Could be solved with #942 but this is smaller scope, so I've created separate issue.
The text was updated successfully, but these errors were encountered: