mirror of
https://github.com/coder/code-server.git
synced 2026-05-11 14:57:26 +02: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