mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 11:38:50 -05:00
fix(test/tsconfig): exclude test-plugin
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": ["./**/*.ts"]
|
||||
"include": ["./**/*.ts"],
|
||||
"exclude": ["./unit/node/test-plugin"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user