зеркало из https://github.com/microsoft/lsif-node.git
13 строки
328 B
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" }
|
|
]
|
|
} |