-
Notifications
You must be signed in to change notification settings - Fork 150
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
Support "extends" tsconfig directive #300
Comments
Hey @raythurnevoid 👋 If I'm not mistaken, the |
Thank you for the reply! Actually also ts-loader takes advantage of Don't know if it is of any help, i show you what i came up so far. It doesn't use |
@raythurnevoid Thanks for the reference links! I will take a look at them and see what I come up with. |
* (feat) Support tsconfig extends Fixes #300 * lint Co-authored-by: Simon Holthausen <[email protected]>
Is your feature request related to a problem? Please describe.
svelte-preprocess seems to not follows the extends directive provided in a tsconfig.
Describe the solution you'd like
Using
typescript.parseJsonConfigFileContent
should do the trick.How important is this feature to you?
It's not blocking, since i could implement my custom tsconfig file reader, but it would be nice to have this feature built-in.
The text was updated successfully, but these errors were encountered: