Skip to content

Commit

Permalink
Exclude the out dir from the VSCode tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 30, 2024
1 parent a7c87f5 commit f6a6e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vscode-mdx/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"exclude": ["out"],
"extends": "../../tsconfig.base.json",
"references": [{"path": "../language-service"}],
"compilerOptions": {
Expand Down

0 comments on commit f6a6e24

Please sign in to comment.