mirror of
https://github.com/danog/code-server.git
synced 2024-11-27 04:45:52 +01:00
11 lines
128 B
JSON
11 lines
128 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "tslint-language-service"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|