Language-specific
Language-Specific Issues
Section titled “Language-Specific Issues”TypeScript: Cannot Resolve Paths
Section titled “TypeScript: Cannot Resolve Paths”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.
Python: Imports Not Resolved
Section titled “Python: Imports Not Resolved”Issue: Python imports not found.
Solutions:
- Add
__init__.pyto packages:touch src/__init__.py,touch src/utils/__init__.py. - Check config — Use
data.languages.python.search_paths(or equivalent) if your build supports it to add import roots.
Next steps
Section titled “Next steps”- Troubleshooting — Overview
- Getting Started — Language support