-
Notifications
You must be signed in to change notification settings - Fork 3
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
Too strict parsing of tsconfig.json #11
Comments
nevermind I goofed up |
😄 youre working on incremental! Amazing 🎉 |
do we need to wait for this? just stumbled on it while doing something else |
I added |
how do you make sure it's actually running incrementally? Might that just be the old barbatus cache? Where is your |
The parser crashes when encountering sections it doesn't know about - I would prefer if it passed through all options to tsc to avoid needing to update the module whenever MS introduces a new setting.
Example - https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html:
The text was updated successfully, but these errors were encountered: