You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was confusing as a user because the other options were read but alwaysStrict was not. It was only after I realized that tsc would compile that I realize it was a grunt config issue.
Thank you for the report. Will add this to the bug list. I am sorry but I do not have an ETA on a fix as I don't have much time for maintaining this library anymore as I don't use it. PRs definitely accepted.
Problem
When the following compiler options are set in a tsconfig.json grunt-ts fails to read the
"alwaysStrict": false
option from the tsconfig.json file.This results in the following error
Workaround
This can be worked around by adding the additional flag.
This was confusing as a user because the other options were read but
alwaysStrict
was not. It was only after I realized thattsc
would compile that I realize it was a grunt config issue.Environment
The text was updated successfully, but these errors were encountered: