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

Include existing tsconfig.json files to read content from test.uf.ts #247

Open
BioPhoton opened this issue Jul 19, 2023 · 1 comment
Open

Comments

@BioPhoton
Copy link
Contributor

This will be needed to word seamlessly in a big repo like Nx tooling etc

@ChristopherPHolder
Copy link
Collaborator

We have now migratied the registry from ts-node to tsx. This is because of the ESM issue.

Additionally this now makes it easy to provide the tsconfig to the importer.

https://tsx.is/dev-api/ts-import

The change is minor but does require us deciding how this config will be passed to the cli.

I would assume this would be a top level config

{
collect: {},
assert: {},
tsConfig: './path/to/tsconfig.uf.json',
}

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

No branches or pull requests

2 participants