mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02:00
fix(test/tsconfig): exclude test-plugin
This commit is contained in:
parent
d8e0dc96ac
commit
0b1cfc91d9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"include": ["./**/*.ts"]
|
"include": ["./**/*.ts"],
|
||||||
|
"exclude": ["./unit/node/test-plugin"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue