-
Notifications
You must be signed in to change notification settings - Fork 293
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
Fails to compile when tsconfig has incremental: true
#606
Comments
the same question .. |
Getting the same error, any suggestion? |
Confirmed, this is a bug. Since ncc has its own cache, we can probably ignore the Feel free to submit a PR and we'll take a look, thanks! |
Incremental option is used to compile TS linked reference so I'm not sure bcc cache would necessarily apply. |
Fixes #606 * bump ts-loader version * bump built-in ts version * override `incremental` option to `false` Co-authored-by: Steven <[email protected]>
Output:
Reproducible on the following tree https://github.com/Gozala/typescript-error-reporter-action/tree/a103de6e96e3797e40b455e878b25e8cf3a8b2d1
The text was updated successfully, but these errors were encountered: