We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tsconfig.json
test.uf.ts
This will be needed to word seamlessly in a big repo like Nx tooling etc
The text was updated successfully, but these errors were encountered:
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', }
Sorry, something went wrong.
No branches or pull requests
This will be needed to word seamlessly in a big repo like Nx tooling etc
The text was updated successfully, but these errors were encountered: