-
Notifications
You must be signed in to change notification settings - Fork 80
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
tsconfig.json
too benevolent
#758
Comments
Mhh, this is really bad. I quickly checked and there are many issues / warning 😌. |
yeah, I agree. I'll add some checkboxes to keep track of the progress |
Signed-off-by: reluc <relu.cri@gmail.com>
Signed-off-by: reluc <relu.cri@gmail.com>
see eclipse-thingweb#758 Signed-off-by: reluc <relu.cri@gmail.com>
Signed-off-by: reluc <relu.cri@gmail.com>
fix CLI compilation errors due to #758
@JKRhb and @egekorkan since we are having a good sprint here, do you have time to tackle |
Binding netconf solved with #1071 |
With the final merge of #1059 we should now have the global strict set to true. PR coming soon. |
This comment got me suspicious #748 (comment).
tsc
should be able to identify such trivial cases pretty well, so I further investigated.What I found is bad... we allowed the whole codebase to be not strictly checked. In other words, the root
tsconfig.json
containsstrict: false
. I think this got undercover when we unified all the tsconfigs in one using the composite build.Packages to be fixed:
binding-fujitsubinding-firestorebinding-firestore-browser-bundleThe text was updated successfully, but these errors were encountered: