reinitialize_indexer
Restart the TypeScript type indexer to detect new dependencies after package installations, ensuring accurate type definition discovery.
Instructions
Reinitialize the type indexer (useful after package installations)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workingDir | No | Optional working directory to reinitialize from |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"workingDir": {
"description": "Optional working directory to reinitialize from",
"type": "string"
}
},
"type": "object"
}