Skip to content

Commit

Permalink
[fei4960.4.examples] Exclude examples
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Mar 31, 2023
1 parent 2a0f71b commit 95b2e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exclude": [
"dist"
"dist", "examples"
],
"extends": "../tsconfig-shared.json",
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-render-server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exclude": [
"dist"
"dist", "examples"
],
"extends": "../tsconfig-shared.json",
"compilerOptions": {
Expand Down

0 comments on commit 95b2e4b

Please sign in to comment.