-
Notifications
You must be signed in to change notification settings - Fork 130
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
paths work incorrect #667
Comments
just ran into this as well. Works with typescript ~4.2.0 but breaks with ~4.3.0 |
@bmayen I just did the test, just like you. |
Contrary to tsc, we must always set |
I face the same issue @ivogabe I upgraded the typescript version from 4.1 to 4.5. as you suggested I specified the input stream but still not working. please help us |
Gulp-typescript encountered an error when I upgraded typescript from 3.9 to 4.5
env:
[email protected]
[email protected]
tsconfig:
directory structure:
gulp script
error:
when i downgrade Gulp-typescript to 3.9,all work well,when I searched typescript's help manual, I found below
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html#paths-without-baseurl
But I removed baseurl, and the error still exists.
The text was updated successfully, but these errors were encountered: