-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
TypteScript compilation errors in dependent project with certain tsconfig settings #6360
Comments
The TS errors seem relatively straightforward to fix. I'll submit a PR. |
Seeing You can confirm this is the problem by removing the There's some environmental setup they have with the original |
@btw17 ahh.. that is indeed the problem. Removing the *.ts files from the |
I have a TS project that depends on blockly. When upgrading my blockly version to
9.0.0-beta.0
, I have the following errors when doingtsc --watch
in my project:To Reproduce
Have a project that depends on blockly@9.0.0-beta.0 with the following tsconfig.json file. Note that the above errors cannot be bypassed even when setting
skipLibCheck
totrue
.An easier way to reproduce the same errors is to mess with the tsconfig.json file of the blockly project directly: (Changes are marked with ****). Then run
tsc --watch
.Desktop:
The text was updated successfully, but these errors were encountered: