Locates the original definitions of TypeScript symbols, including those from imported packages, within a codebase.
TypeScript Definition Finder helps AI code editors find the original definitions of TypeScript symbols in your projects. It's especially useful for navigating imported symbols from external packages. The server provides a `find_typescript_definition` tool that takes a file path, line content, and column number as input, returning the definition location and a code snippet for the symbol.