Skip to content

Commit cd1939d

Browse files
committed
Ignore vscode extension in tsconfig.json
1 parent 5556036 commit cd1939d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/lib/hooks/use-mic-vad.ts
2-
/vscode-extension/

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"out-next/types/**/*.ts"
3636
],
3737
"exclude": [
38-
"node_modules"
38+
"node_modules",
39+
"vscode-extension"
3940
]
4041
}

0 commit comments

Comments
 (0)