-
Notifications
You must be signed in to change notification settings - Fork 247
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
[ERROR] Configuration outdir not being used #213
Comments
|
Interesting, is there any plans to change that. Personally I'm not a huge fan because I feel like it clutters those directories unless you explicitly ignore them from your ide (i'm using vscode) |
We were talking about adding an ability to customize the typescript compiler inputs/outputs via the jsii configuration. At the moment, it's quite rigid |
Dup #203 |
When running jsii with
outdir
set tobuild
it puts all the.js
and.d.ts
files inline into their current folders.The text was updated successfully, but these errors were encountered: