Skip to content

Commit

Permalink
chore: ignore examples when typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 3, 2023
1 parent 5ad229f commit fe4a428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "./tsconfig.base.json",
"include": ["**/*.ts", "**/*.tsx"]
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["examples"]
}

1 comment on commit fe4a428

@vercel
Copy link

@vercel vercel bot commented on fe4a428 Dec 3, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

opensdks – ./

opensdks-git-main-venice.vercel.app
opensdks-venice.vercel.app
opensdks.org
opensdks.vercel.app

Please sign in to comment.