-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[5.7.1] Typescript build failure: TS1084: Invalid 'reference' directive syntax #2287
Comments
Same issue |
What Typescript compiler version are both of you using? |
I have 2.4.2 version of typescript |
Upgrading to Typescript to the latest, 3.6.4, solve this specific issue, but I can't upgrade my project to this new Typescript version because some breaking changes in typescript |
same issue :(( tsconfig setup:
|
$ tsc --version
Version 2.9.2 |
Same here. Using Since I cannot upgrade TypeScript, I downgraded Sentry to |
Fixed and merged into master. |
Package + Version
@sentry/browser
Version:
Description
Upon updating @sentry/browser to latest (from 5.6.3 to 5.7.1) all builds are failing in typescript build:
tsconfig setup:
The text was updated successfully, but these errors were encountered: