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
Add CI job to run oxlint and typescript type checking on VSCode client
npx
tsc
tsc --noEmit
editor/vscode
The text was updated successfully, but these errors were encountered:
ci(editor): add type-check (#7427)
9522d52
probably closes https://github.com/oxc-project/backlog/issues/135
Successfully merging a pull request may close this issue.
Add CI job to run oxlint and typescript type checking on VSCode client
Acceptance Criteria
npx
.tsc
(e.g. runtsc --noEmit
)editor/vscode
changes.The text was updated successfully, but these errors were encountered: