mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 01:12:40 +01: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",
|
||||
"include": ["./**/*.ts"]
|
||||
"include": ["./**/*.ts"],
|
||||
"exclude": ["./unit/node/test-plugin"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue