Skip to content

Typescript paths alias option support #1129

@jarvisaoieong

Description

@jarvisaoieong

Problem

Set up Absolute Imports and Module Path Aliases

Proposed Solution

Like Next.js has in-built support for the "paths" options of tsconfig.json files.

In tsconfig.json

"paths": {
      "@/*": ["src/*"]
    }

In any deep step.ts file

import { help } from '@/utils/helper'

Alternatives Considered

No response

Additional Context

No response

Willing to Help Implement?

  • I would like to work/help with this

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions