-
Notifications
You must be signed in to change notification settings - Fork 246
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
jsii should allow configuration of source and output directories #203
Comments
Oh please! While we're on this... do we actually need I'm asking because right now, running |
@rix0rrr so you are suggesting that the generated |
Or "includes" pattern, much like jsii uses internally. tsc can also glob |
Any plans on this? I really like tsc to output the files to another folder instead of the lib folder. |
No concrete plans but good intentions ;-). Would love a PR for this of course. Just haven’t had a time to prioritize |
Currently, source directories are hard-coded to
['bin', 'lib', 'tests']
. It may be desirable to allow configuring this.We should also allow users to configure their typescript output directory. Some users (#213) may prefer their .js and .d.ts files not to be in the same place.
The text was updated successfully, but these errors were encountered: