Project Info
projectInfoRetrieve the tsconfig.json path, full file list, and language service status for a TypeScript project given a file path.
Instructions
Returns the tsconfig.json path, the full list of files in the project, and whether the language service is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) | |
| needFileNameList | No | If true, include the list of all files in the project |