get_project_info
Retrieve current TypeScript project details including dependencies and structure to enable type-safe development and testing workflows.
Instructions
Get information about the current TypeScript project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {},
"type": "object"
}