Skip to content

Commit f6a6e24

Browse files
committed
Exclude the out dir from the VSCode tsconfig
1 parent a7c87f5 commit f6a6e24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/vscode-mdx/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"exclude": ["out"],
23
"extends": "../../tsconfig.base.json",
34
"references": [{"path": "../language-service"}],
45
"compilerOptions": {

0 commit comments

Comments
 (0)