11 lines
128 B
JSON
11 lines
128 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "tslint-language-service"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|