-
Notifications
You must be signed in to change notification settings - Fork 123
Support for tsconfig.json #275
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
Conversation
very much still WIP
…t in passing tests.
return success; | ||
}); | ||
} | ||
else { | ||
// Nothing to do | ||
grunt.log.writeln('No files to compile'.red); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this error will trigger in the tsconfig passThrough case. Perhaps another ||
clause for that case?
@nycdotnet I left a few comments on bugs with the |
Thanks. Will address this soon. |
@Eyas - I released |
This PR adds
tsconfig.json
support and represents a significant refactoring of grunt-ts.Documentation is here: #202
To Do:
vs
implementationvs
, and tsconfig.jsoncompilerOptions
files
exclude
array.