Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call typescript modules with relative paths before orka is started #51

Open
nikostoulas opened this issue Jul 12, 2019 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@nikostoulas
Copy link
Contributor

No description provided.

@nikostoulas nikostoulas added the enhancement New feature or request label Jul 12, 2019
@nikostoulas
Copy link
Contributor Author

It would be nice to have a way to import modules (possibly to be used in orka initialization) that have relative paths. So we need a way to call tsconfig/register before orka is initialized and not call it again after it is initialized.

@nikostoulas
Copy link
Contributor Author

Not calling it again is relatively easy:

{
 typescript: false, // which is the default value anyway
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants