mirror of
https://github.com/cdr/code-server.git
synced 2026-01-21 15:42:41 +01:00
This reverts commit bc02005dc0.
I couldn't get past some GLIBC errors in CI so moving back to unit
tests.
5 lines
106 B
JSON
5 lines
106 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["./unit/node/test-plugin"]
|
|
}
|