-
Notifications
You must be signed in to change notification settings - Fork 293
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
How to specify path to tsconfig.json #457
Comments
Stumbled on this necessity too... skimmed through the source, there's isn't a way to do it yet. |
Would you accept a pr for this? |
This would be great to have! |
Yep! If you want to submit a PR and a test, we'll take a look 👍 |
Hello guys, is this PR being integrated any time soon? |
Hello, what's new about this? |
I have multiple tsconfig.json files one for build (tsconfig.build.json) and one for coding (tsconfig.json).
For coding, I add test files as well since I want to type check test files.
For building, I only add source files.
ncc is by default using tsconfig.json so it also include test files.
Any way to specify custom tsconfig.json path?
The text was updated successfully, but these errors were encountered: