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?
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
In any deep step.ts file
Alternatives Considered
No response
Additional Context
No response
Willing to Help Implement?