-
Notifications
You must be signed in to change notification settings - Fork 2k
docs(chore): switch to ESM #10405
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
docs(chore): switch to ESM #10405
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -1,4 +1,3 @@ | |||
// @ts-expect-error - This file is generated at build time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated. Realizing I didn't need to do this in #10404. I should've fixed the Task Graph instead.
@@ -51,7 +51,7 @@ | |||
"cache": false | |||
}, | |||
"check-types": { | |||
"dependsOn": ["collect-examples-data"] | |||
"dependsOn": ["collect-examples-data", "generate-openapi"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Switching to ESM - because we should!
Testing Instructions
CI