mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01: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.
4 lines
64 B
JSON
4 lines
64 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["./**/*.ts"]
|
|
}
|