mirror of
https://github.com/coder/code-server.git
synced 2025-08-06 09:41:08 +08:00

We are trying to update Express to fix a vulnerability. We would have to update the plugins as well, but since we are no longer using the plugin system, we can just delete it instead.
5 lines
64 B
JSON
5 lines
64 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["./**/*.ts"]
|
|
}
|