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

15 строки
274 B
JSON
Исходник Обычный вид История

{
"compilerOptions": {
"incremental": true,
"composite": true
},
"files": [],
"references": [
{
"path": "./tsconfig.esm.publish.json"
},
{
"path": "./tsconfig.umd.publish.json"
}
]
}