-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Making 'files' in 'tsconfig.json' optional #556
Comments
@jbrantly what's your view on this? I seem to remember there being discussion around this in the past but I can't remember the conclusion... |
Related to #539 (as well as others no doubt) |
Actually, now I come to think of it while working on it, the real issue I'm having is that
However, I know from the wiki that it should be possible, but I'm not sure how it would need to be translated to this project. I might be wrong, but when I think about it, this seems more logical than providing yet another entry point in To sum it up: does |
Maybe this is a bit out of the scope of this project, but if what I'm saying makes sense, I'd be willing to give it a try. |
Why don't you simply not supply |
Without a |
Does the BTW doesn't your setup lead to a rather problematic experience in your editor of choice? It won't know what the settings in your |
@johnnyreilly Not sure ... as I tried it with a patched version of ts-loader, it didn't work. And good point, I totally forgot about that! You're right, of course. Requiring a |
Hi,
I'm implementing a system that packs a source directory that does not have a
tsconfig.json
, and therefore I need to point to a specific config file residing with the packer itself. Currently, it seems that this is not supported due to thepath.join
infindConfigFile
. Could this behaviour be changed so that it can accept absolute paths? If so, would you accept a pull request?Regards,
Sam
The text was updated successfully, but these errors were encountered: