- Notifications
You must be signed in to change notification settings - Fork361
Remove declaration dir warning when declarations are disabled#912
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
|
rschristian commentedNov 30, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I'm thinking we can just alter Check Edit: The case of |
About
Given the following tsconfig
The user will see this message whenever building
This PR introduces a check to only provide a
declarationDir
option to rollup if declarations aren't omitted.Other stuff
This is just a proposal - the
tsconfig.json
would need to be properly interpreted in order to get thedeclaration
value (e.g. to coverextends
).