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

compiler don't insert tsx compilation result to project common build out file. #9

Closed
stepancar opened this issue Jul 26, 2015 · 2 comments

Comments

@stepancar
Copy link

@basarat Hello, thanks for the great package! It's very convinient tool!

I have issue which don't face before. I start new ts project on another PC. (install npm, ntypescript, tsd)
added tsx, ts files to project. setted out compiler option. In result of compilation I see that compiled file contains only definitions from *.ts files. but tsx compiled to the same directory as tsx file.
atteched screen https://www.dropbox.com/s/90c3r4a1vjikz4j/ntypescriptIssue.png?dl=0.
Maybe a'm not correct?
Thank you!

@basarat
Copy link
Member

basarat commented Jul 27, 2015

Don't use "out" with external modules. (It should be a compiler error but unfortunately isn't) 🌹

@basarat basarat closed this as completed Jul 27, 2015
@stepancar
Copy link
Author

@basarat, thank you for your answer and for your realy good work!

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