Skip to content

Commit 0b1cfc9

Browse files
committed
fix(test/tsconfig): exclude test-plugin
1 parent d8e0dc9 commit 0b1cfc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "../tsconfig.json",
3-
"include": ["./**/*.ts"]
3+
"include": ["./**/*.ts"],
4+
"exclude": ["./unit/node/test-plugin"]
45
}

0 commit comments

Comments
 (0)