Skip to content
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

support typecheck command for sample scripts #2784

Merged
merged 8 commits into from
Sep 4, 2024

Conversation

kazrael2119
Copy link
Contributor

fixes #2779

@MaryGao MaryGao marked this pull request as ready for review August 29, 2024 08:59
@@ -13,7 +13,8 @@ const restLevelTsConfigInAzureSdkForJs: (
compilerOptions: {
module: "NodeNext",
moduleResolution: "NodeNext",
rootDir: "."
rootDir: ".",
skipLibCheck: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MaryGao MaryGao merged commit 8c315f0 into Azure:main Sep 4, 2024
15 checks passed
@kazrael2119 kazrael2119 deleted the support-typecheck branch September 4, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support typecheck command in build: samples script
2 participants