Skip to content

Commit

Permalink
chore: update tsconfig exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed May 11, 2024
1 parent 1a141ab commit c31e725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions playground/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
"@/*": ["./src/*"]
}
},
"exclude": ["dist"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
/* If your code doesn't run in the DOM: */
"lib": ["es2022"]
},
"exclude": ["playground"]
"exclude": ["playground", "dist"]
}

0 comments on commit c31e725

Please sign in to comment.