Files
code-server/test/tsconfig.json
Asher 2809245dda Remove long-unused internal plugin system
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.
2025-03-06 15:28:07 -09:00

5 lines
64 B
JSON

{
"extends": "../tsconfig.json",
"include": ["./**/*.ts"]
}