mirror of
https://github.com/coder/code-server.git
synced 2026-05-06 20:41:59 +02:00
11 lines
128 B
JSON
11 lines
128 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "tslint-language-service"
|
|
}
|
|
]
|
|
}
|
|
}
|