-
-
Notifications
You must be signed in to change notification settings - Fork 734
Support more tsconfig.json scenarios #301
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
Labels
help wanted
Contributions are especially encouraged
Comments
I took a look at the status of Typescript 2.0 support. As a workaround, several options were temporarily ignored via #308 to allow builds to continue but people using the new features may not be able to compile. See #234 for the original discussion.
|
As far as I know - 0.20 respects all compiler options and behaves the same as tsc does. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, the tsconfig.json reader is somewhat limited -- it's only looking for "files" sections and doesn't take into account other significant parameters like "exclude" and "compilerOptions.rootDir".
Since these are critical to being able to process a tsconfig.json the same way a TypeScript compiler would, support should be added.
The text was updated successfully, but these errors were encountered: