Skip to content
Arxo Arxo

Language-specific

Issue: Path mappings not recognized.

Solution: Ensure tsconfig.json is present with compilerOptions.baseUrl and paths (e.g. "@/*": ["src/*"]). Arxo reads it for path resolution.


Issue: Python imports not found.

Solutions:

  1. Add __init__.py to packages: touch src/__init__.py, touch src/utils/__init__.py.
  2. Check config — Use data.languages.python.search_paths (or equivalent) if your build supports it to add import roots.