mirror of https://github.com/coder/code-server.git
fix(test/tsconfig): exclude test-plugin
This commit is contained in:
parent
d8e0dc96ac
commit
0b1cfc91d9
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"include": ["./**/*.ts"]
|
"include": ["./**/*.ts"],
|
||||||
|
"exclude": ["./unit/node/test-plugin"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue