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
It seems that if --transpileOnly is not enabled, type checking will be applied to every format https://github.com/formik/tsdx/blob/b91ab47e3a04e11f356f252240666b8d17c0afd8/src/createRollupConfig.ts#L179
Check types only once.
Disable type check for latter builds. I've seen a great boost for default configs, and I'd like to create a PR for this.
All typescript users will benefit from this since type check might be the bottleneck for most build processes.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current Behavior
It seems that if --transpileOnly is not enabled, type checking will be applied to every format
https://github.com/formik/tsdx/blob/b91ab47e3a04e11f356f252240666b8d17c0afd8/src/createRollupConfig.ts#L179
Desired Behavior
Check types only once.
Suggested Solution
Disable type check for latter builds. I've seen a great boost for default configs, and I'd like to create a PR for this.
Who does this impact? Who is this for?
All typescript users will benefit from this since type check might be the bottleneck for most build processes.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: