generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Give better error when a ts_project dep didn't produce declarations #30
Comments
Sounds reasonable if there is no extends |
alexeagle
changed the title
Should tsconfig={} result in declaration=True
Give better error when a ts_project dep didn't produce declarations
Oct 14, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 17, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 17, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 17, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 17, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 27, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 27, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 27, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 31, 2022
jbedard
added a commit
to jbedard/rules_ts
that referenced
this issue
Oct 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeScript's default for
declaration
is false, but in Bazel we typically have dependencies on a library and want to type-check usagesso maybe we want to change that default?The text was updated successfully, but these errors were encountered: