vscode-languageserver-node/types/tsconfig.watch.json

15 строки
275 B
JSON

{
"compilerOptions": {
"incremental": true,
"composite": true
},
"files": [],
"references": [
{
"path": "./src/tsconfig.watch.json"
},
{
"path": "./src/test/tsconfig.watch.json"
}
]
}