lsif-node/npm/tsconfig.watch.json

13 строки
328 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noUnusedLocals": false,
"noUnusedParameters": false,
"assumeChangesOnlyAffectDirectDependencies": true,
"tsBuildInfoFile":"./lib/watch.tsbuildInfo"
},
"references": [
{ "path": "../protocol/tsconfig.watch.json"},
{ "path": "../tsc/tsconfig.watch.json" }
]
}