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
When running ctsc on windows, it doesn't compile the project, without any error messages.
Not sure which *nix specific feature is ctsc relaying on, but at least it can just proxy to tsc if it's on windows?
Otherwise, we'll need to have conditional build script to call tsc or ctsc depending on the uname output (uname is available on windows when using "git bash")
The text was updated successfully, but these errors were encountered:
When running ctsc on windows, it doesn't compile the project, without any error messages.
Not sure which *nix specific feature is ctsc relaying on, but at least it can just proxy to tsc if it's on windows?
Otherwise, we'll need to have conditional build script to call tsc or ctsc depending on the uname output (uname is available on windows when using "git bash")
The text was updated successfully, but these errors were encountered: