mirror of
https://git.tuxpa.in/a/code-server.git
synced 2024-12-26 20:25:25 +00:00
11 lines
128 B
JSON
11 lines
128 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "tslint-language-service"
|
|
}
|
|
]
|
|
}
|
|
}
|