Skip to content
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

Closed
seawatts opened this issue Sep 6, 2018 · 4 comments
Closed

[ERROR] Configuration outdir not being used #213

seawatts opened this issue Sep 6, 2018 · 4 comments

Comments

@seawatts
Copy link

seawatts commented Sep 6, 2018

When running jsii with outdir set to build it puts all the .js and .d.ts files inline into their current folders.

@eladb
Copy link
Contributor

eladb commented Sep 6, 2018

jsii.outdir is for the jsii package output, not for the typescript output. At the moment, jsii configures typescript to always output .js and .d.ts files next to their .ts source.

@seawatts
Copy link
Author

seawatts commented Sep 6, 2018

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)

@eladb
Copy link
Contributor

eladb commented Sep 6, 2018

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

@eladb
Copy link
Contributor

eladb commented Sep 6, 2018

Dup #203

@eladb eladb closed this as completed Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants