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
Running npx tsc --noEmit currently errors out with
npx tsc --noEmit
λ npx tsc --noEmit error TS2317: Global type 'ReadonlyArray' must have 1 type parameter(s). Found 1 error.
But should run okay on a ts2gd project instead.
The text was updated successfully, but these errors were encountered:
Hm, I can't reproduce this! It exits error free for me on master.
Sorry, something went wrong.
No branches or pull requests
Running
npx tsc --noEmit
currently errors out withBut should run okay on a ts2gd project instead.
The text was updated successfully, but these errors were encountered: